Hi,
first you can have one single list by using Value(): listname =
value(member("textfield").text).
If you want 2 separate lists you should do something like:
- having 2 lines in your text field
("[1,2,3,4,5]<CR>[bert,bob,annie,gerard,lucas]")
- listname1 = value(member("textfield").text.line[1])
- listname2 = value(member("textfield").text.line[2])
regards,
------------------------------------------
Laurent BRIGAUT
Director of Operations
Integration Nouveaux Media, Inc.
http://www.IntegrationNewMedia.com
------------------------------------------
-----Original Message-----
From: Fabrice [mailto:[EMAIL PROTECTED]]
Sent: 10 d�cembre, 2001 10:04
To: [EMAIL PROTECTED]
Subject: <lingo-l> textfields used as lists
Hi guys,
lets say i load a text file, on this file there is a list
[1,2,3,4,5,bert,bob,annie,gerard,lucas]
i put it into a textfield.
now want to create 2 lists from this textfield: listname = [1,2,3,4,5] and
listname =[bert,bob,annie,gerard,lucas]
How i do this?
Fabrice
--
Zuidzijde reclamebureau
http://www.zuidzijde.nl
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]