grouping
Jim Hurley
jhurley at infostations.com
Sun Apr 25 07:15:51 EDT 2004
>
>
>On Friday, April 23, 2004, at 07:08 PM, Jim Hurley wrote:
>
>> Any thoughts on how to group a list of controls?
>
>One way, maybe:
>
>do "group " & controlList
>
>Dar Scott
>
Scott Rossi wrote:
>
> put "grc graphicA and grc graphicB and grc graphicC" into tSet
> do "group" && tSet
>
>Regards,
>
>Scott Rossi
>Creative Director
Tactile Media, Development & Design
Dar and Scott,
Thanks. That work well.
Although I know what the meaning of "is" is, I have never understood
what "do" does.
I think I can understand why it might be needed to execute
alternative languages or a statement list, it is a mystery to me why
do "group" && controlList
might work, and why the execution of a single statement like:
group controlList
does not.
Jim
More information about the use-livecode
mailing list