Topic complex |
System functions |
Function |
compile() |
Short |
Compiles an EASE source code to the temporary PRG code |
Syntax |
COMPILE(mod : STRING [; prg : STRING]) : INTEGER |
Parameter |
mod : path to the EASY-source code
prg : path to the PRG-file |
Return |
error code
0 = sucessfully compiled |
See also: |
|
Description |
If an error occurs while compiling (return value unlike 0), the following system variables are set:
TDB_LastError -> error code
TDB_ErrorLine -> line number in the programm
TDB_ErrorOfs -> column in the programm line
TDB_ErrorPos -> charakter position in the source code
TDB_ErrorMsg -> error message
|