home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / article.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  273 b   |  10 lines

  1. on exitFrame
  2.   global theArticleList
  3.   setDelimOn()
  4.   set the text of field "recentHead" to EMPTY
  5.   repeat with n = 1 to the number of lines in theArticleList - 1
  6.     put item 2 of line n of theArticleList & RETURN after field "recentHead"
  7.   end repeat
  8.   setDelimOff()
  9. end
  10.