home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global theArticleList
- setDelimOn()
- set the text of field "recentHead" to EMPTY
- repeat with n = 1 to the number of lines in theArticleList - 1
- put item 2 of line n of theArticleList & RETURN after field "recentHead"
- end repeat
- setDelimOff()
- end
-