How can I access objects of a group ?
Posted: Thu May 22, 2014 8:54 am
Hi to all,
Everything is in the title, but to say more, what should I write if I want to do this:
The <blablabla> is a secret instruction I can not provided in this forum
Thanks in advance for your help, Jean-Paul.
Everything is in the title, but to say more, what should I write if I want to do this:
Code: Select all
put the number of objects of group "myGrp" into lesObj
repeat with xxx = 1 to lesObj
get the hilite of object xxx of group "myGrp"
it IT is TRUE then
blablabla
end if
end repeat

Thanks in advance for your help, Jean-Paul.