home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / tema / solid / Viewer / I386W95 / SLDNCM22.DLL / string.txt next >
Encoding:
Text File  |  1996-12-17  |  8.4 KB  |  352 lines

  1. 1    Variable Required - Can't assign to this expression
  2. 2    Letter range must be in ascending order
  3. 3    Redefinition of default type
  4. 4    Out of storage for variables
  5. 5    Type-declaration character doesn't match defined type
  6. 6    Expression too complex
  7. 7    Cannot assign whole array
  8. 8    Assignment variable and expression are different types
  9. 9    Type-declaration character not allowed for function with explicit type
  10. 10    Array type mismatch in parameter
  11. 11    Array type expected for parameter
  12. 12    Array type unexpected for parameter
  13. 13    Integer expression expected for an array index
  14. 14    Integer expression expected
  15. 15    String expression expected
  16. 16    Identifier is already a user defined type
  17. 17    Property value is the incorrect type
  18. 18    Left of "." must be an object, structure, or dialog
  19. 19    Invalid string operator
  20. 20    Can't apply operator to array type
  21. 21    Operator type mismatch
  22. 22    "%1s" is not a variable
  23. 23    "%1s" is not an array variable or a function
  24. 24    Unknown %1s "%2s"
  25. 25    Out of memory
  26. 26    %1s: Too many parameters encountered
  27. 27    %1s: Missing parameter(s)
  28. 28    %1s: Type mismatch in parameter %2u
  29. 29    Missing label "%1s"
  30. 30    Too many nested statements
  31. 31    Encountered new-line in string
  32. 32    Overflow in decimal value
  33. 33    Overflow in hex value
  34. 34    Overflow in octal value
  35. 35    Expression is not constant
  36. 36    Not inside a Do statement
  37. 37    Type-declaration character not allowed for parameter with explicit type
  38. 39    Can't pass an array by value
  39. 40    "%1s" is already declared as a parameter
  40. 41    Variable name used as label name
  41. 42    Duplicate label
  42. 43    Not inside a function
  43. 44    Not inside a sub
  44. 46    Can't assign to function
  45. 47    Identifier is already a variable
  46. 48    Unknown type
  47. 49    Variable is not an array type
  48. 50    Can't redimension an array to a different type
  49. 51    Identifier is not a string array variable
  50. 52    0 expected
  51. 54    %1s is not an assignable property of the object
  52. 56    %1s is not a method of the object
  53. 57    %1s is not a property of the object
  54. 58    Expecting 0 or 1
  55. 59    Boolean expression expected
  56. 60    Numeric expression expected
  57. 61    Numeric type For variable expected
  58. 62    For...Next variable mismatch
  59. 63    Out of string storage space
  60. 64    Out of identifier storage space
  61. 68    Division by zero
  62. 69    Overflow in expression
  63. 70    Floating-point expression expected
  64. 72    Invalid floating-point operator
  65. 74    Single character expected
  66. 75    Subroutine identifier can't have a type-declaration character
  67. 76    Script is too large to be compiled
  68. 77    Variable type expected
  69. 78    Types and dialog variables can't be passed by value
  70. 79    Can't assign to user or dialog type variable
  71. 80    Maximum string length exceeded
  72. 81    Identifier name already in use as a variable
  73. 84    Operator cannot be used on an object
  74. 85    %1s is not a property or method of the object
  75. 86    Label cannot contain type-declaration character
  76. 87    Type-declaration character mismatch in %1s
  77. 88    Destination name is already a constant
  78. 89    Can't assign to constant
  79. 91    Identifier too long
  80. 92    Expecting string or structure expression
  81. 93    Can't assign to expression
  82. 94    Dialog and Object types are not supported in this context
  83. 95    Array expression not supported as parameter
  84. 96    Dialogs, objects, and structure expressions are not supported as a parameter
  85. 97    Invalid numeric operator
  86. 98    Invalid structure element name following "."
  87. 99    Access value can't be used with specified mode
  88. 101    Invalid operator for object
  89. 102    Can't LSet a type with a variable-length string
  90. 103    Syntax error
  91. 105    No members defined
  92. 106    Duplicate type member
  93. 107    Set is for object assignments
  94. 109    Invalid character in octal number
  95. 110    Invalid numeric prefix: expecting &H or &O
  96. 111    End of script encountered in comment: expecting */
  97. 112    Misplaced line continuation
  98. 113    Invalid escape sequence
  99. 114    Missing End Inline
  100. 115    Statement expected
  101. 116    ByRef argument mismatch
  102. 117    Integer overflow
  103. 118    Long overflow
  104. 119    Single overflow
  105. 120    Double overflow
  106. 121    Currency overflow
  107. 122    Optional argument must be Variant
  108. 123    Parameter must be optional
  109. 124    Parameter is not optional
  110. 125    Expected: Lib
  111. 126    Illegal external function return type
  112. 127    Illegal function return type
  113. 128    Variable not defined
  114. 129    No default property for the object
  115. 130    The object does not have an assignable default property
  116. 131    Parameters cannot be fixed length strings
  117. 132    Invalid length for a fixed length string
  118. 133    Return type is different from a prior declaration
  119. 134    Private variable too large. Storage space exceeded
  120. 135    Public variables too large. Storage space exceeded
  121. 136    Type-declaration character not allowed for variable with explicit type
  122. 137    Missing parameters are not allowed when using named parameters
  123. 138    An unnamed parameter was found following a named parameter
  124. 139    Unknown parameter name: %1s
  125. 140    Duplicate parameter name: %1s
  126. 141    Expecting: #If, #ElseIf, #Else, #End If, or #Const
  127. 142    Invalid preprocessor directive
  128. 143    Expecting preprocessor variable
  129. 144    Expecting: =
  130. 145    Expecting: [end of line]
  131. 146    Expecting: <expression>
  132. 148    Expecting: )
  133. 149    Unexpected value
  134. 150    Expecting: #End If
  135. 151    Expecting: Then
  136. 152    Missing #End If
  137. 153    #Else encountered without #If
  138. 154    #ElseIf encountered without #If
  139. 155    #End If encountered without #If
  140. 156    Invalid use of Null
  141. 157    Type mismatch
  142. 158    Not a number
  143. 159    Duplicate subroutine definition
  144. 160    Duplicate function definition
  145. 161    MBCS characters not allowed in identifiers
  146. 162    Out of range
  147. 163    Invalid date
  148. 164    Date overflow
  149. 165    Expecting: <identifier>
  150. 166    Constant type and expression are different types
  151. 167    Invalid use of New
  152. 169    For Each control variable on arrays must be a variant
  153. 170    For Each control variable on collections must be a variant or an object
  154. 171    For Each may not be used on an array of user-defined types or fixed-length strings
  155. 172    For Each may only iterate over an object collection or an array
  156. 173    Not inside a For...Next statement
  157. 174    Invalid use of parenthesis with property
  158. 175    Object does not support For Each
  159. 176    Improper use of method that does not return a value
  160. 177    Improper use of method that returns a value
  161. 178    Sub or Function not allowed
  162. 179    Overflow in binary value
  163. 180    Private statement not allowed
  164. 181    %1s: ByRef argument mismatch in parameter %2u
  165. 200    Encountered: %1s\nExpecting: %2s
  166. 201    Expecting: %1s
  167. 202    Encountered: %1s
  168. 203    , %1s
  169. 204    [end of file]
  170. 205    [error]
  171. 206    Token %u
  172. 207    char %d (0x%X)
  173. 208    <expression>
  174. 209    <operator>
  175. 210    <statement>
  176. 211    Error %d
  177. 212    Syntax error
  178. 213    external
  179. 214    command
  180. 215    function
  181. 216    method or property for object
  182. 217    Can't compile script: %u scripts compiling
  183. 218    method or property name
  184. 219    <data type>
  185. 220    <dialog statement>
  186. 221    <identifier>
  187. 222    parameter name or parameter
  188. 223    Default Property
  189. 224    Default Function
  190. 257    <constant>
  191. 258    <string>
  192. 259    <number>
  193. 260    end of line
  194. 261    <identifier>
  195. 262    <keyword>
  196. 263    reserved name
  197. 264    <command>
  198. 265    <function>
  199. 267    Static
  200. 268    Sub
  201. 269    ByVal
  202. 270    ByRef
  203. 271    As
  204. 272    Let
  205. 273    LSet
  206. 274    RSet
  207. 275    Set
  208. 276    If
  209. 277    Then
  210. 278    Else
  211. 279    ElseIf
  212. 280    End
  213. 281    End Sub
  214. 282    End Function
  215. 284    End If
  216. 285    End Select
  217. 286    Goto
  218. 287    Exit
  219. 288    While
  220. 289    WEnd
  221. 290    For
  222. 293    To
  223. 294    Step
  224. 295    Next
  225. 296    Do
  226. 297    Const
  227. 298    Dim
  228. 299    On
  229. 300    Off
  230. 301    Error
  231. 302    Resume
  232. 303    Function
  233. 304    Name
  234. 305    Date
  235. 306    Date$
  236. 307    Time
  237. 308    Time$
  238. 309    Select
  239. 310    Case
  240. 311    Is
  241. 312    Is Not
  242. 313    Declare
  243. 314    Lib
  244. 315    Alias
  245. 316    Rem
  246. 317    Call
  247. 318    Open
  248. 319    Input
  249. 320    Output
  250. 321    Append
  251. 322    Binary
  252. 323    Random
  253. 324    Access
  254. 325    Read
  255. 326    Shared
  256. 327    Line
  257. 328    Print
  258. 329    Spc
  259. 330    Tab
  260. 331    Seek
  261. 332    Width
  262. 333    Lock
  263. 334    Unlock
  264. 335    Get
  265. 336    Put
  266. 337    Write
  267. 338    Close
  268. 339    Mid
  269. 340    Mid$
  270. 341    MidB
  271. 342    MidB$
  272. 343    ReDim
  273. 344    Preserve
  274. 345    Stop
  275. 346    Loop
  276. 347    Until
  277. 348    GoSub
  278. 349    Return
  279. 350    Option
  280. 351    Base
  281. 352    Compare
  282. 353    CStrings
  283. 354    Explicit
  284. 356    Input$
  285. 357    InputB
  286. 358    InputB$
  287. 359    Chr$
  288. 362    Len
  289. 363    LenB
  290. 364    TypeName
  291. 365    Global
  292. 366    Private
  293. 367    Public
  294. 368    New
  295. 369    Nothing
  296. 370    Any
  297. 371    CDecl
  298. 372    StdCall
  299. 373    System
  300. 374    Pascal
  301. 375    Optional
  302. 376    ParamArray
  303. 377    TypeOf
  304. 378    DefInt
  305. 379    DefLng
  306. 380    DefSng
  307. 381    DefDbl
  308. 382    DefStr
  309. 383    DefBool
  310. 384    DefObj
  311. 385    DefVar
  312. 386    DefDate
  313. 387    DefCur
  314. 388    String
  315. 389    Integer
  316. 390    Long
  317. 391    Single
  318. 392    Double
  319. 393    Object
  320. 394    Variant
  321. 395    Boolean
  322. 396    Currency
  323. 397    Dialog
  324. 398    Begin
  325. 399    CancelButton
  326. 400    OKButton
  327. 401    OptionGroup
  328. 402    GroupBox
  329. 403    OptionButton
  330. 404    PushButton
  331. 405    Text
  332. 406    ComboBox
  333. 407    ListBox
  334. 408    TextBox
  335. 409    CheckBox
  336. 410    Picture
  337. 411    DropListBox
  338. 412    PictureButton
  339. 413    HelpButton
  340. 414    Type
  341. 415    End Type
  342. 416    Inline
  343. 417    End Inline
  344. 421    Imp
  345. 422    Eqv
  346. 423    Xor
  347. 424    Or
  348. 425    And
  349. 426    Not
  350. 427    Like
  351. 433    Mod
  352.