arexx
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