grouping multiple buttons

Jeanne A. E. DeVoto revolution at jaedworks.com
Mon May 24 01:10:53 EDT 2004


At 5:33 PM -0400 5/23/2004, tzvi wrote:
>Hello, every body .
>I'm trying to group multiple buttons via script but unsuccessful
>on command
>repeat for each line ml in fld "abc_"
>    put the name of button ml && "and "&&space into mVar
>end repeat
>group mVar

Try instead:

   do "group" && mVar
-- 
jeanne a. e. devoto ~ jaed at jaedworks.com
http://www.jaedworks.com


More information about the use-livecode mailing list