Dynamically Building an Option list
Beynon, Rob
R.Beynon at liverpool.ac.uk
Thu Jul 5 16:09:55 EDT 2007
I wish I could recall my question!... was trying
put zzz into the text of button "zzzz"
but it is much simpler...
here's breadboard example...
ON mouseUp
put empty into userList
open file "D:\users.txt" for read
read from file "D:\users.txt" until EOF
put it into userList
close file "D:\users.txt"
put userList into button "Users"
END mouseUp
________________________________
Prof R J Beynon[h]
Proteomics and Functional Genomics Group
Faculty of Veterinary Science
University of Liverpool
Crown Street, Liverpool L69 7ZJ
________________________________
Phone: +44 151 794 4312
Fax: +44 151 794 4243
Email: r.beynon at liv.ac.uk
http://www.liv.ac.uk/pfg
________________________________
This email was sent on Thu, 05 Jul, 2007 at 9:09 PM.
More information about the use-livecode
mailing list