Search found 1 match
- Mon Nov 22, 2004 11:01 pm
- Forum: Technical / Scripting
- Topic: jgambale
- Replies: 1
- Views: 2926
jgambale
Hello, I am using Macro Scheduler Pro version 7.3.01 Registered. The following code sample fails at runtime: VBStart Function TSYSWaitForStringRC(waitText,b) MsgBox waitText,65,"TSYSWaitForStringRC" TSYSWaitForStringRC = 0 End Function VBEnd **BREAKPOINT** Let>WaitText=hello world VBEval>TSYSWaitFor...