home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWKOMM.DXR / 00042.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  263 b   |  7 lines

  1. on exitFrame
  2.   repeat with i = 1 to the number of lines in field "qtliste"
  3.     set temp to "#" & string(i) & ": " & string(value(line i of field "qtliste")) & ", "
  4.     set the text of member "neue liste" to the text of member "neue liste" & temp
  5.   end repeat
  6. end
  7.