L
lizii
i have a file - which on each line has some data i need to fill into a
box - now although reading in the data is simple enough and putting it
in the correct box will be no problem, as i can just read a lilne then
put into the corresponding box...it just seems like a task i should be
able to complete in a few lines...rather than quite a few commands.
for example what i do at the moment is:
read a line
place into first text box
read a line
place into second text box
etc...
is there an smaller version of this? I am kind of feeling there should
be something like:
while there are more lines:
read a line
place into corresponding text box.
any ideas on what i should do?
Thanks in advance!
box - now although reading in the data is simple enough and putting it
in the correct box will be no problem, as i can just read a lilne then
put into the corresponding box...it just seems like a task i should be
able to complete in a few lines...rather than quite a few commands.
for example what i do at the moment is:
read a line
place into first text box
read a line
place into second text box
etc...
is there an smaller version of this? I am kind of feeling there should
be something like:
while there are more lines:
read a line
place into corresponding text box.
any ideas on what i should do?
Thanks in advance!