Setting the lines of a button to a list...
Posted: Thu Oct 03, 2013 12:20 am
Hey...
I have a return delimited list of commands I would like to set the lines of a button to. I know I can:
repeat with L=1 to the number of lines of theList
set line L of button 1 to line L of theList
end repeat
But isn't there some property I can just set to the list? Can't seem to find one.
I have a return delimited list of commands I would like to set the lines of a button to. I know I can:
repeat with L=1 to the number of lines of theList
set line L of button 1 to line L of theList
end repeat
But isn't there some property I can just set to the list? Can't seem to find one.