XojoScript.Run

From Xojo Documentation

Method

XojoScript.Run(cachedObject As MemoryBlock = Nil)

Supported for all project types and targets.

Runs the code Source until it is done.

Notes

CachedObject must be code compiled with the Compile method.

If the CachedObject is not valid compiled code, a XojoScriptException is raised.