Originally Posted By: It_took_my_meds
Well it would be great if we could have a mechanism of communication between the calling script and the script being called. That would open up many advanced scripting possibilities. The best way would be to access global variables as properties. Maybe something like...

 Code:
If $Kix.Vars("Progess") = 4 And $Counter = $MaxCount
  $Kix.Vars("LoopFinished") = 1
EndIf


Dear Ruud,

I was looking through the documentation on the Kixtart COM object, and just realised you added this functionality with the GetVar and SetVar methods. I don't recall seeing it in any release notes but maybe I missed it? In any case, thank you very much! That really enhances the COM object significantly \:\)

Cheers,

Richard