home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / tema / internet / spam / download / sweas / sweasx86.exe / %MAINDIR% / mgscript.dll / string.txt next >
Encoding:
Text File  |  2003-02-24  |  6.0 KB  |  224 lines

  1. 1    =
  2. 2    <
  3. 3    <=
  4. 4    >
  5. 5    >=
  6. 6    +
  7. 7    -
  8. 8    *
  9. 9    /
  10. 10    (
  11. 11    )
  12. 12    ,
  13. 13    "
  14. 14    '
  15. 15    #
  16. 16    0
  17. 17    %
  18. 18    $
  19. 19    ()
  20. 20    ->
  21. 21    !
  22. 22    \n
  23. 23    &
  24. 24    <>
  25. 25    //
  26. 26    _
  27. 64    IF
  28. 65    THEN
  29. 66    ELSE
  30. 67    ENDIF
  31. 68    END
  32. 69    GOTO
  33. 70    AND
  34. 71    OR
  35. 72    XOR
  36. 73    TRUE
  37. 74    FALSE
  38. 75    RETURN
  39. 76    FOR
  40. 77    TO
  41. 78    STEP
  42. 79    NEXT
  43. 80    DOWNTO
  44. 81    INCLUDE
  45. 82    EXTERNAL
  46. 83    STRING
  47. 84    INTEGER
  48. 85    AS
  49. 86    IN
  50. 87    GOSUB
  51. 88    REPEAT
  52. 89    UNTIL
  53. 90    NOT
  54. 91    DUMPINTEGERS
  55. 92    DUMPSTRINGS
  56. 93    DUMPFUNCS
  57. 94    DUMPKEYWORDS
  58. 95    DUMPLABELS
  59. 96    DUMPCODE
  60. 97    ASYNC
  61. 256    Token name string table
  62. 257    TOK_EQUAL
  63. 258    TOK_LSTHAN
  64. 259    TOK_LEQTHAN
  65. 260    TOK_GTRTHAN
  66. 261    TOK_GEQTHAN
  67. 262    TOK_PLUS
  68. 263    TOK_MINUS
  69. 264    TOK_TIMES
  70. 265    TOK_DIVIDE
  71. 266    TOK_LPARANT
  72. 267    TOK_RPARANT
  73. 268    TOK_COMMA
  74. 269    TOK_STRING
  75. 270    TOK_CHAR
  76. 271    TOK_PREPROC
  77. 272    TOK_INTEGER
  78. 273    TOK_INTEGERVAR
  79. 274    TOK_STRINGVAR
  80. 275    TOK_FUNCTION
  81. 276    TOK_JUMPTO
  82. 277    TOK_LABEL
  83. 278    TOK_ENDOFLINE
  84. 279    TOK_SEPARATOR
  85. 280    TOK_NOTEQUAL
  86. 281    TOK_COMMENT
  87. 282    TOK_JOINLINE
  88. 320    TOK_IF
  89. 321    TOK_THEN
  90. 322    TOK_ELSE
  91. 323    TOK_ENDIF
  92. 324    TOK_END
  93. 325    TOK_GOTO
  94. 326    TOK_AND
  95. 327    TOK_OR
  96. 328    TOK_XOR
  97. 329    TOK_TRUE
  98. 330    TOK_FALSE
  99. 331    TOK_RETURN
  100. 332    TOK_FOR
  101. 333    TOK_TO
  102. 334    TOK_STEP
  103. 335    TOK_NEXT
  104. 336    TOK_DOWNTO
  105. 337    TOK_INCLUDE
  106. 338    TOK_EXTERN
  107. 339    TOK_STRINGPARAM
  108. 340    TOK_INTEGERPARAM
  109. 341    TOK_AS
  110. 342    TOK_IN
  111. 343    TOK_GOSUB
  112. 344    TOK_REPEAT
  113. 345    TOK_UNTIL
  114. 346    TOK_NOT
  115. 347    TOK_DUMPINTS
  116. 348    TOK_DUMPSTRS
  117. 349    TOK_DUMPFUNCS
  118. 350    TOK_DUMPKEYWORDS
  119. 351    TOK_DUMPLABELS
  120. 352    TOK_DUMPCODE
  121. 353    TOK_ASYNC
  122. 512    Execution of script completed successfully
  123. 513    Include files nested too deeply
  124. 514    String constant too long
  125. 515    Bad character constant
  126. 516    Integer too large
  127. 517    Expected include file
  128. 518    Can't open include file
  129. 519    Can't read include file
  130. 520    Memory allocation failure, out of memory
  131. 521    Unrecognised pre-processor directive
  132. 522    Expected function name
  133. 523    Expected '('
  134. 524    Expected ',' or ')'
  135. 525    Expected function parameter definition
  136. 526    Expected return type definition
  137. 527    Expected IN keyword
  138. 528    Expected function library name
  139. 529    Redefinition of label
  140. 530    Redefinition of external function
  141. 531    Expected valid label
  142. 532    Jump to undefined label
  143. 533    Gosub call to undefined label
  144. 534    User requested break
  145. 535    Bad start of statement
  146. 536    Expected '='
  147. 537    Unexpected end of statement
  148. 538    Divide by zero
  149. 539    Bad integer operator
  150. 540    Uninitialized integer variable
  151. 541    Not an integer function
  152. 542    Expected ')'
  153. 543    Expected integer expression
  154. 544    Expected end of statement
  155. 545    Uninitialized string variable
  156. 546    Not a string function
  157. 547    Expected string expression
  158. 548    Expected 'THEN' statement
  159. 549    Expected integer assignment
  160. 550    Expected 'TO' or 'DOWNTO' statement
  161. 551    Missing 'NEXT'
  162. 552    Unexpected 'NEXT', not in for loop
  163. 553    Call to undefined external function
  164. 554    Expected '('
  165. 555    Expected ','
  166. 556    Expected 'UNTIL' statement
  167. 557    Unexpected 'RETURN', not in subroutine
  168. 558    Unexpected 'UNTIL', not in repeat loop
  169. 559    Unexpected 'ELSE', not in if statement
  170. 560    Unexpected 'THEN', not in if statement
  171. 561    Unable to load external function library
  172. 562    Unable to locate function in external library
  173. 563    Unterminated string constant
  174. 564    Unexpected 'ENDIF', not in if statement
  175. 565    Bad string operator
  176. 1024    #external length(string) as integer in "mgscript"
  177. 1025    #external ascii(string) as integer in "mgscript"
  178. 1026    #external chr(integer) as string in "mgscript"
  179. 1027    #external value(string) as integer in "mgscript"
  180. 1028    #external left(string,integer) as string in "mgscript"
  181. 1029    #external right(string,integer) as string in "mgscript"
  182. 1030    #external mid(string,integer,integer) as string in "mgscript"
  183. 1031    #external str(integer) as string in "mgscript"
  184. 1032    #external hex(integer) as string in "mgscript"
  185. 1033    #external debug(string) in "mgscript"
  186. 1034    #external logevent(string) in "mgcommon"
  187. 1035    #external inet_ntoa(integer) as string in "mgscript"
  188. 1036    #external inet_addr(string) as integer in "mgscript"
  189. 1037    #external connect(string,integer) as async integer in "mgscript"
  190. 1038    #external write(string) as async integer in "mgscript"
  191. 1039    #external readln(string) as async string in "mgscript"
  192. 1040    #external readch() as async string in "mgscript"
  193. 1041    #external read(integer) as async string in "mgscript"
  194. 1042    #external pos(string,string) as integer in "mgscript"
  195. 1043    #external proxy() as async integer in "mgscript"
  196. 1044    #external gethostname() as string in "mgscript"
  197. 1045    #external gethostbyname(string) as async integer in "mgscript"
  198. 1046    #external gethostbyaddr(integer) as async integer in "mgscript"
  199. 1047    #external getnumhosts() as async integer in "mgscript"
  200. 1048    #external getnumaddrs() as async integer in "mgscript"
  201. 1049    #external gethost(integer) as async string in "mgscript"
  202. 1050    #external getaddr(integer) as async integer in "mgscript"
  203. 1051    #external ftell(integer) as integer in "mgscript"
  204. 1052    #external fread(integer,integer) as string in "mgscript"
  205. 1053    #external ferror(integer) as integer in "mgscript"
  206. 1054    #external feof(integer) as integer in "mgscript"
  207. 1055    #external fseek(integer,integer,integer) as integer in "mgscript"
  208. 1056    #external fwrite(integer,string) as integer in "mgscript"
  209. 1057    #external fopen(string,string,integer) as async integer in "mgscript"
  210. 1058    #external fclose(integer) as async integer in "mgscript"
  211. 1059    #external pwrite(string) as async integer in "mgscript"
  212. 1060    #external preadln(string) as async string in "mgscript"
  213. 1061    #external preadch() as async string in "mgscript"
  214. 1062    #external pread(integer) as async string in "mgscript"
  215. 1063    #external regqueryval(integer,string,string) as integer in "mgcommon"
  216. 1064    #external regquerystr(integer,string,string) as string in "mgcommon"
  217. 1065    #external regsetval(integer,string,string,integer) as integer in "mgcommon"
  218. 1066    #external regsetstr(integer,string,string,string) as integer in "mgcommon"
  219. 1067    #external lower(string) as string in "mgscript"
  220. 1068    #external upper(string) as string in "mgscript"
  221. 1069    #external instr(string) as integer in "mgscript"
  222. 1070    #external ltrim(string) as string in "mgscript"
  223. 1071    #external rtrim(string) as string in "mgscript"
  224.