Purpose
The error code which has occurred during compilation.
Class
Type
Access
Data Type
Integer
Description
bCodeblock:ErrorNo returns the error code which has occurred when compiling the source code.
The table below defines the possible error codes:
| Error Code | Description | 
| BCBE_SUCCESS | The source code was compiled without errors. | 
| BCBE_EMPTYEXPRESSION | The source code is empty. | 
| BCBE_INVALIDEXPRESSION | The source code can not be compiled. | 
Whether the source code was compiled and is free of errors can be checked with the methods bCodeblock:IsCompiled() and bCodeblock:IsValid().
See Also
Page url: http://www.YOURSERVER.com/index.html?bcodeblock_errorno.htm