Search found 3 matches

by wcgenzer
Tue Apr 29, 2003 10:33 pm
Forum: Technical / Scripting
Topic: IFE not working with subroutines
Replies: 1
Views: 4936

IFE not working with subroutines

I'm having trouble with IFE>, it appears it only works with Label> and not SRT>. Any time I try to use the IFE> command and if the file exists when using a SUB> label, I get a message saying the label/subroutine can't be found.... if I change the label name to an actual label, it works fine. I would...
by wcgenzer
Tue Apr 08, 2003 8:53 pm
Forum: Technical / Scripting
Topic: ReadLn not working...
Replies: 2
Views: 6344

I tried the %line%, gave the same results, but then I went to the end of the line:

ReadLn>C:\notes.txt,k,line

and

Message>line

and removed the extra spaces at the end of each line, and it works!

Thanks a ton! I never would have thought to check for that :)
by wcgenzer
Tue Apr 08, 2003 8:26 pm
Forum: Technical / Scripting
Topic: ReadLn not working...
Replies: 2
Views: 6344

ReadLn not working...

Let>k=1 Label>start ReadLn>C:\notes.txt,k,line If>line=##EOF##,finish Message>line Let>k=k+1 Goto>start Label>finish I tried this script (which is copied almost exactly letter for letter from the help) with 7.1 and 7.2 beta and the only output I can get is 'line', not the actual data in the file... ...
Sign up to our newsletter for free automation tips, tricks & discounts