Hello
I have a fld with with a list of 100 or so lines with itemdel for the first 
item of each line. How can I get each lines item1 into the option menu ? 
so far this gets the first line of the fld into the option menu but not 
addtional lines. 

put item 1 of fld "sortfld" into btn "menuS"

so I think its,
put fld "sortfld" into var
repeat with i=1 to the number of lines in var
put ? not sure here
end repeat
put var into btn "menuS" 

Thanks for any  help
Michael
_______________________________________________
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