RBScript.Precompile

From Xojo Documentation

Method

RBScript.Precompile(optimizationLevel as Integer)

Supported for all project types and targets.

Runs the parser immediately instead of waiting until the next call to Run. Specify the optimizationLevel using the class constants.


Constant
kOptimizationLevelNone
kOptimizationLevelLow
kOptimizationLevelHigh


The default is kOptimizationLevelHigh.