home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.14 / 1998-05_Disc_3.14.bin / earthl / iexplor / iexplore.cab / vbscript.dll / string.txt next >
Text File  |  1997-06-04  |  3KB  |  113 lines

  1. 3    Return without GoSub
  2. 5    Invalid procedure call
  3. 6    Overflow
  4. 7    Out of memory
  5. 9    Subscript out of range
  6. 10    This array is fixed or temporarily locked
  7. 11    Division by zero
  8. 13    Type mismatch
  9. 14    Out of string space
  10. 16    Expression too complex
  11. 17    Can't perform requested operation
  12. 18    User interrupt occurred
  13. 20    Resume without error
  14. 28    Out of stack space
  15. 35    Sub or Function not defined
  16. 47    Too many DLL application clients
  17. 48    Error in loading DLL
  18. 49    Bad DLL calling convention
  19. 51    Internal error
  20. 52    Bad file name or number
  21. 53    File not found
  22. 54    Bad file mode
  23. 55    File already open
  24. 57    Device I/O error
  25. 58    File already exists
  26. 59    Bad record length
  27. 61    Disk full
  28. 62    Input past end of file
  29. 63    Bad record number
  30. 67    Too many files
  31. 68    Device unavailable
  32. 70    Permission denied
  33. 71    Disk not ready
  34. 74    Can't rename with different drive
  35. 75    Path/File access error
  36. 76    Path not found
  37. 91    Object variable or With block variable not set
  38. 92    For loop not initialized
  39. 93    Invalid pattern string
  40. 94    Invalid use of Null
  41. 95    Application-defined or object-defined error
  42. 322    Can't create necessary temporary file
  43. 325    Invalid format in resource file
  44. 380    Invalid property value
  45. 423    Property or method not found
  46. 424    Object required
  47. 429    OLE Automation server can't create object
  48. 430    Class doesn't support OLE Automation
  49. 432    File name or class name not found during OLE Automation operation
  50. 438    Object doesn't support this property or method
  51. 440    OLE Automation error
  52. 442    Connection to type library or object library for remote process has been lost. Press OK for dialog to remove reference.
  53. 443    OLE Automation object does not have a default value
  54. 445    Object doesn't support this action
  55. 446    Object doesn't support named arguments
  56. 447    Object doesn't support current locale setting
  57. 448    Named argument not found
  58. 449    Argument not optional
  59. 450    Wrong number of arguments or invalid property assignment
  60. 451    Object not a collection
  61. 452    Invalid ordinal
  62. 453    Specified DLL function not found
  63. 454    Code resource not found
  64. 455    Code resource lock error
  65. 457    This key is already associated with an element of this collection
  66. 458    Variable uses an OLE Automation type not supported in Visual Basic
  67. 481    Invalid picture
  68. 500    Variable is undefined
  69. 501    Cannot assign to variable
  70. 1001    Out of memory
  71. 1002    Syntax error
  72. 1003    Expected ':'
  73. 1004    Expected ';'
  74. 1005    Expected '('
  75. 1006    Expected ')'
  76. 1007    Expected ']'
  77. 1008    Expected '{'
  78. 1009    Expected '}'
  79. 1010    Expected identifier
  80. 1011    Expected '='
  81. 1012    Expected 'If'
  82. 1013    Expected 'To'
  83. 1014    Expected 'End'
  84. 1015    Expected 'Function'
  85. 1016    Expected 'Sub'
  86. 1017    Expected 'Then'
  87. 1018    Expected 'Wend'
  88. 1019    Expected 'Loop'
  89. 1020    Expected 'Next'
  90. 1021    Expected 'Case'
  91. 1022    Expected 'Select'
  92. 1023    Expected expression
  93. 1024    Expected statement
  94. 1025    Expected end of statement
  95. 1026    Expected integer constant
  96. 1027    Expected 'While' or 'Until'
  97. 1028    Expected 'While', 'Until' or end of statement
  98. 1029    Too many locals or arguments
  99. 1030    Identifier too long
  100. 1031    Invalid number
  101. 1032    Invalid character
  102. 1033    Unterminated string constant
  103. 1034    Unterminated comment
  104. 1035    Nested comment
  105. 1036    'Me' cannot be used outside of a procedure
  106. 1037    Invalid use of 'Me' keyword
  107. 1038    'loop' without 'do'
  108. 1039    Invalid 'exit' statement
  109. 1040    Invalid 'for' loop control variable
  110. 1041    Variable redefinition
  111. 1042    Must be first statement on the line
  112. 1043    Cannot assign to non-ByVal argument
  113.