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.