Scripting Support
What limitations are there in your scripting support? I'm getting an Error parsing script text in .\source\actions.cpp at 1697 while using code that works just fine as a VBS script or in VBSEdit...
Scott M
14th May 2008
14th May 2008
Nevermind... I found the problem. I am now getting a Syntax error in line: 9 column: 1
in .\source\actions.cpp at 1715 when trying to set the NotifyName variable to a string value.
Scott M
14th May 2008
14th May 2008
It is VBScript, the main difference you will see is the globals set by wsh aren't present. This means things like MsgBox don't exist.
NotifyName is a string an you can set it, can you paste some code and I'll check it for you.
Tony Edgecombe
14th May 2008
14th May 2008