home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / vbscript.dll / string.txt next >
Text File  |  1997-08-25  |  3KB  |  94 lines

  1. 5    Invalid procedure call or argument
  2. 6    Overflow
  3. 7    Out of memory
  4. 9    Subscript out of range
  5. 10    This array is fixed or temporarily locked
  6. 11    Division by zero
  7. 13    Type mismatch
  8. 14    Out of string space
  9. 28    Out of stack space
  10. 35    Sub or Function not defined
  11. 48    Error in loading DLL
  12. 51    Internal error
  13. 53    File not found
  14. 57    Device I/O error
  15. 58    File already exists
  16. 61    Disk full
  17. 67    Too many files
  18. 70    Permission denied
  19. 75    Path/File access error
  20. 76    Path not found
  21. 91    Object variable or With block variable not set
  22. 92    For loop not initialized
  23. 94    Invalid use of Null
  24. 322    Can't create necessary temporary file
  25. 424    Object required
  26. 429    ActiveX component can't create object
  27. 430    Class doesn't support Automation
  28. 432    File name or class name not found during Automation operation
  29. 438    Object doesn't support this property or method
  30. 440    Automation error
  31. 445    Object doesn't support this action
  32. 446    Object doesn't support named arguments
  33. 447    Object doesn't support current locale setting
  34. 448    Named argument not found
  35. 449    Argument not optional
  36. 450    Wrong number of arguments or invalid property assignment
  37. 451    Object not a collection
  38. 453    Specified DLL function not found
  39. 455    Code resource lock error
  40. 457    This key is already associated with an element of this collection
  41. 458    Variable uses an Automation type not supported in VBScript
  42. 500    Variable is undefined
  43. 501    Illegal assignment
  44. 502    Object not safe for scripting
  45. 503    Object not safe for initializing
  46. 1001    Out of memory
  47. 1002    Syntax error
  48. 1003    Expected ':'
  49. 1004    Expected ';'
  50. 1005    Expected '('
  51. 1006    Expected ')'
  52. 1007    Expected ']'
  53. 1008    Expected '{'
  54. 1009    Expected '}'
  55. 1010    Expected identifier
  56. 1011    Expected '='
  57. 1012    Expected 'If'
  58. 1013    Expected 'To'
  59. 1014    Expected 'End'
  60. 1015    Expected 'Function'
  61. 1016    Expected 'Sub'
  62. 1017    Expected 'Then'
  63. 1018    Expected 'Wend'
  64. 1019    Expected 'Loop'
  65. 1020    Expected 'Next'
  66. 1021    Expected 'Case'
  67. 1022    Expected 'Select'
  68. 1023    Expected expression
  69. 1024    Expected statement
  70. 1025    Expected end of statement
  71. 1026    Expected integer constant
  72. 1027    Expected 'While' or 'Until'
  73. 1028    Expected 'While', 'Until' or end of statement
  74. 1029    Too many locals or arguments
  75. 1030    Identifier too long
  76. 1031    Invalid number
  77. 1032    Invalid character
  78. 1033    Unterminated string constant
  79. 1034    Unterminated comment
  80. 1035    Nested comment
  81. 1037    Invalid use of 'Me' keyword
  82. 1038    'loop' without 'do'
  83. 1039    Invalid 'exit' statement
  84. 1040    Invalid 'for' loop control variable
  85. 1041    Name redefined
  86. 1042    Must be first statement on the line
  87. 1043    Cannot assign to non-ByVal argument
  88. 1044    Cannot use parens when calling a Sub
  89. 1045    Expected literal constant
  90. 1046    Expected 'In'
  91. 32766    True
  92. 32767    False
  93. 32811    Element not found
  94.