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: [EMAIL PROTECTED]

http://www.liv.ac.uk/pfg

________________________________

 

This email was sent on Thu, 05 Jul, 2007 at 9:09 PM.



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to