First, from my best take on the documentation in the SurferScript reference, here's how I wrote my FileExists statement:
Files exists returns <TESHOW FileExists(c:/Screensurfer/HostServer/docs/CaseProfiles/CP101997000001.html)>
Obviously since the compiler choked on this I don't have something right, but what?
Next, I am trying to access the value of tranpath_1 and tranpath_2 and have tried all of the following but none work:
webTranpath_1 is <TESHOW web.tranpath_1>
screenTranpath_1 is <TESHOW screen.tranpath_1>
envTranpath_1 is <TESHOW env.tranpath_1>
taskTranpath_1 is <TESHOW task.tranpath_1>
serverTranpath_1 is <TESHOW server.tranpath_1>
So, how do I access that value?
|