home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with i = 1 to the number of lines in field "qtliste"
- set temp to "#" & string(i) & ": " & string(value(line i of field "qtliste")) & ", "
- set the text of member "neue liste" to the text of member "neue liste" & temp
- end repeat
- end
-