What's in a group
Mark Schonewille
europe at ehug.info
Mon Feb 20 12:44:18 CST 2006
Hi Ray,
Use the following scripts as follows:
put the objects of grp 1
put the objectIDs of grp 1
Mind line wraps.
getProp objects
repeat with x = 1 to number of controls of the target
put the name of control x of the target & return after myList
end repeat
sort myList
return myList
end objects
getProp objectIDs
repeat with x = 1 to number of controls of the target
put the id of control x of the target & return after myList
end repeat
sort myList
return myList
end objectIDs
Best regards,
Mark
Ray Horsley wrote:
> Really basic question which I should know: How do I get a list of all
> objects in a group?
>
> Thanks,
>
> Ray Horsley
> Developer, LinkIt! Software
--
eHUG coordinator
mailto:europe at ehug.info
http://www.ehug.info
http://home.wanadoo.nl/mark.sch
http://www.economy-x-talk.com
Please inform me about vacancies in the field of
general economics at your institute. I am also looking
for new freelance programming projects.
More information about the metacard
mailing list