QScript.loadScript

loads a script, and compiles it

class QScript
loadScript
(
string[] script
,
ref string[] byteCode
)

Return Value

Type: CompileError[]

CompileErrors in an array, or arary length == 0 if no errors

Meta