SoFunction
Updated on 2025-04-13

asp,VBscript syntax error, the most complete, detailed and accurate in history, page 2/3


jscript error code and corresponding explanation collection
Jscript Syntax Error
Jscript syntax error refers to when the Jscript statement violates one or more syntax regulations of the Jscript script language.
Then the error caused. Jscript Syntax error occurs during the program compilation stage, before starting to run the program. (
The error occurs during development), the following are 32 syntax errors
Error number Description
Decimal Hexadecimal Description
1001 800A03E9 Insufficient memory
1002 800A03EA Syntax Error
1003 800A03EB requires “:”
1004 800A03EC need “;”
1005 800A03ED Requires "("
1006 800A03EE requires ")"
1007 800A03EF Requires “]”
1008 800A03F0 Requires "{"
1009 800A03F1 requires "}"
1010 800A03F2 Requires an identifier
1011 800A03F3 requires "="
1012 800A03F4 Requires "/"
1013 800A03F5 Invalid number
1014 800A03F6 Illegal Characters
1015 800A03F7 String constant not ended
1016 800A03F8 Comment not ended
1018 800A03FA There is a 'return' statement outside the function
1019 800A03FB There cannot be "break" outside the loop
1020 800A03FC There cannot be "continue" outside the loop
1023 800A03FF Requires hexadecimal number
1024 800A0400 Requires "while"
1025 800A0401 Tag definition duplication
1026 800A0402 Label not found
1027 800A0403 Only one “switch” statement can be found in one “default”
1028 800A0404 Requires identifier, string or number
1029 800A0405 Requires [email=”@end]”
1030 800A0406 Conditional compilation is closed
1031 800A0407 Requires constant
1032 800A0408 Requires “@”
1033 800A0409 Requires "catch"
1034 800A040A requires "var"
1035 800A040B “Throw” must be followed by an expression and on the same source code line.
************************************************************************
Previous page123Next pageRead the full text