ObjectList as a variable won't go?

BNig niggemann at uni-wh.de
Mon Jun 21 14:42:14 EDT 2010


Michael,

as Mark and Jim pointed out:

try this

--------------------
on mouseUp
   put "" into tCollect
   repeat with i = 1 to the number of groups of group "workarea"
      put the long id of group i of group "workarea" & " and " after
tCollect
   end repeat
   delete last word of tCollect
   lock screen
   do "select" && tCollect
end mouseUp
-----------------------

and see if it works
regards
Bernd
-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/ObjectList-as-a-variable-won-t-go-tp2262257p2263141.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list