VBScript Syntax Errors

Runtime Errors, Syntax Errors Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

VBScript Syntax Errors

VBScript syntax errors are errors that result when the structure of one of your VBScript statements violates one or more of the grammatical rules of the VBScript scripting language. VBScript syntax errors occur during the program compilation stage, before the program has begun to be executed.

Error NumberDescription
1052Cannot have multiple default property/method in a Class
1044Cannot use parentheses when calling a Sub
1053Class initialize or terminate do not have arguments
1058'Default' specification can only be on Property Get
1057'Default' specification must also specify 'Public'
1005Expected '('
1006Expected ')'
1011Expected '='
1021Expected 'Case'
1047Expected 'Class'
1025Expected end of statement
1014Expected 'End'
1023Expected expression
1015Expected 'Function'
1010Expected identifier
1012Expected 'If'
1046Expected 'In'
1026Expected integer constant
1049Expected Let or Set or Get in property declaration
1045Expected literal constant
1019Expected 'Loop'
1020Expected 'Next'
1050Expected 'Property'
1022Expected 'Select'
1024Expected statement
1016Expected 'Sub'
1017Expected 'Then'
1013Expected 'To'
1018Expected 'Wend'
1027Expected 'While' or 'Until'
1028Expected 'While,' 'Until,' or end of statement
1029Expected 'With'
1030Identifier too long
1014Invalid character
1039Invalid 'exit' statement
1040Invalid 'for' loop control variable
1013Invalid number
1037Invalid use of 'Me' keyword
1038'loop' without 'do'
1048Must be defined inside a Class
1042Must be first statement on the line
1041Name redefined
1051Number of arguments must be consistent across properties specification
1001Out of Memory
1054Property Set or Let must have at least one argument
1002Syntax error
1055Unexpected 'Next'
1015Unterminated string constant

VBScriptOnline.com - Runtime Errors, Syntax Errors