Search found 3 matches
- 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...
- Tue Apr 08, 2003 8:53 pm
- Forum: Technical / Scripting
- Topic: ReadLn not working...
- Replies: 2
- Views: 6344
- 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... ...