Sets a variable in global namespace of the interpreter The variable will always be an Acdk.acdk::lang::Object and not converted to an native COM class.
Therefore if you want to set an String value you have to use following code globalvar.toString() in the script code to receive the native string. |