VBScript Compiler Errors

Code Description
1002 Syntax error
1003 Expected ':'
1005 Expected '('
1006 Expected ')'
1007 Expected ']'
1010 Expected identifier
1011 Expected '='
1012 Expected 'If'
1013 Expected 'To'
1014 Expected 'End'
1015 Expected 'Function'
1016 Expected 'Sub'
1017 Expected 'Then'
1018 Expected 'Wend'
1019 Expected 'Loop'
1020 Expected 'Next'
1021 Expected 'Case'
1022 Expected 'Select'
1023 Expected expression
1024 Expected statement
1025 Expected end of statement
1026 Expected integer constant
1027 Expected 'While' or 'Until'
1028 Expected 'While', 'Until' or end of statement
1030 Identifier too long
1031 Invalid number
1032 Invalid character
1033 Unterminated string constant
1034 Unterminated comment
1037 Invalid use of 'Me' keyword
1038 'loop' without 'do'
1039 Invalid 'exit' statement
1040 Invalid 'for' loop control variable
1041 Name redefined
1042 Must be first statement on the line
1043 Cannot assign to non-ByVal argument
1044 Cannot use parentheses when calling a Sub
1045 Expected literal constant
1046 Expected 'In'

Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.