How do I read a text file then insert the information in a label?

Text file format will be:

"Name","ID","[EMAIL PROTECTED]"

There will be 3 labels "Name", "ID", and "Email address"

set the itemDelimiter to "," -- this is the default put URL "file:Stories/Westwind" into vArr repeat with i = 1 to the number of lines in vArr put item 1 of line i of vArr into vName put item 2 of line i of vArr into vID put item 3 of line i of vArr into vEMail end repeat

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to