Scripter Methods



Eval(ACode as String) as Variant

Evaluates an expression and returns the result.

AddCode(ACode as String)

With this method you can set script code.

Note: code parsed immediately. You can call this method many times - previous code not removed.

Before calling this method you must set valid scripting language via ScriptLanguage property.