<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>I figured I
would have to loop the processing but how do I tell it to go to <BR>the next
line. I just need to be able to bring each line into a variable one at a
time.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman"
size=3></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>the show
command just keeps showing the first line. </DIV>
<DIV><FONT face=Arial size=2></FONT><BR><BR><BR>this is what the .txt file looks
like<BR>aab_fb1020.jpg<BR>aab_fb612.jpg<BR>aab_fb615.jpg<BR>aab_fb815.jpg<BR>aab_fb820.jpg<BR>AFR_ebsab.jpg<BR>AFR_ebsag.jpg<BR>AFR_ebsar.jpg<BR><BR>this
is what processing table looks like<BR><BR><BR> 1
------- - - - -
- - - - -<BR>start
If:<BR> Then: xx(1,*,g)<BR> 2
------- - - - -
- - - -
-<BR>
If:<BR> Then: declare local
handle(8,.0)<BR> 3 ------- - -
- - - - -
- -<BR>
If:<BR> Then: declare local txt<BR>
4 ------- - - -
- - - - -
-<BR>@wlfxx If:<BR> Then:
aa="c:/jpglist.wri"<BR> 5 ------- -
- - - - -
- - -<BR>
If:<BR> Then: handle=open(aa,"rt")<BR>
6 ------- - - -
- - - - -
-<BR> If: handle le
"0"<BR> Then: errorbox"unable to open
file:"<aa;exit<BR> 7 ------- -
- - - -
-<BR>
If:<BR> Then: i="40"<BR> 8
------- - - - -
- -<BR> read
If:<BR> Then:
x=readline(handle,txt,i)<BR> 9 ------- -
- - - -
-<BR>
If:<BR> Then: show"@"<txt<BR>
10 ------- - - -
- - -<BR> If:
x eq "0"<BR> Then: x=close(handle)<BR>
11 ------- - - -
- - -<BR>
If:<BR> Then: goto
read</FONT><BR><BR></DIV></FONT></BODY></HTML>