Hello, I script my own script and I've got a problem with the MsgPlus.LoadScriptFile() function. The documentation it says:
quote:
The whole content of the file is parsed and immediately placed in a running state (newly defined functions can be executed from anywhere in your script and lines belonging to the global scope are executed).
When I define a function in the external script file I can't execute this function in the rest of the script. Is this a bug? Or do I do something wrong?
Thanks,
Jeroen Noten
P.s. I'm Dutch, sorry if my English is not correct.