KCML_Compile_Program
Purpose
Compile code in src$ to output buffer dst$.
Definition
DEFSUB 'KCML_Compile_Program(BYREF src$, BYREF dst$, bCompile, BYREF err$) AS Bool
Parameters
| src | Buffer containing code to be compiled |
| dst | Buffer to receive compiled byte code or decompiled source code |
| bCompile | TRUE to produce binary code, FALSE to produce source code |
| err | Buffer receive error message upon failure |
Return
Returns TRUE if the code was successfully compiled.
Description
Allows an application routine to be called when entering or leaving a WHILE TRANS block.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.