ObjectList as a variable won't go?

Mark Schonewille m.schonewille at economy-x-talk.com
Mon Jun 21 03:53:33 EDT 2010


Hi Michael,

The following example works:

select control 1 and control 2

As always: what is the chunk error exactly? When you *mention* getting  
an error, you should also *post* this error.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Subscribe to the Economy-x-Talk newsletter at http://qurl.tk/cj
Download Clipboard Link http://clipboardlink.economy-x-talk.com and  
share the clipboard of your computer over the local network.

On 21 jun 2010, at 09:43, Michael Kristensen wrote:

> Hi there
>
> ObjectList is used in cunjunction wuth GROUP and SELECT.
>
> But objectList wont go as a variable.
>
> Hee's what I have:
>
> on mouseUp
>   put number of grps of grp Workarea into X
>
>   repeat with i = 1 to X
>      put "grp" &&  ("GP" & i) && "and " after oList
>   end repeat
>
>   delete last word of oList
>
>   select oList
> end mouseUp
>
> This gives a chunck error.
>
> What to do?
>
> Mic





More information about the use-livecode mailing list