Scripter Properties



ScriptLanguage as String

Get or set scripting language, default - "VBScript". You can set language of any scripting engine installed on the system.

Note: if you use not VBScript - you must set language before calling AddCode method!

AsObject as Object

[Read only] Gets added code as object. For example if you'r script has function called as "MyFunction" - you can call it like this:

MyValue = Scripter.AsObject.MyFunction.