<<repeat until (the last line of gList is not empty)
      delete the last line of gList
    end repeat>>

How about either:

repeat until (the last line of gList is not empty) OR (gList is empty)
   delete the last line of gList
end repeat

Or (assuming you either wouldn't want or wouldn't have empty lines in the 
middle of your data):

filter gList with "*"

HTH,
Brian


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to