CompuServe Messages

arexx

    22-Jul-91 15:42:42
Sb: #12319-arexx
Fm: BILL LEACH 71330,2621
To: Tom Hannon 73030,2677
Tom; There are lots of "whats that you can do next." When you say that the file is open, do you mean that ARexx has the file open already? Assuming that is the case then one possibility is: do until eof(file) line=readln(file) /* put what ever parsing and manipulations that you want to do here */ end An Amiga message processed by Whap!, bill