Hi, I need to have an action (CCPULSE) which will open a txt file stored on my PC when treshold gets set value.
Scripts are something new for me so I try do it by trial and error. I have created below code and of course it doesnt work. Have you any idea why and what’s more important - is such action (open file) possible in cc pulse at all ?
Dim fsObject, textfile
Set fsObject = CreateObject(“GsSampleTEObjects.GsActionFSObject”)
Set textfile = fsObject.OpenTextFile(“c:\somefile.txt”)