Enumerating the contents of a group
Posted: Sat Nov 07, 2009 10:19 pm
Hi,
I have a group containing a number of check boxes. I would like to get a list of all those selected without having to hard code a list of the field names in my script. I was hoping for something along the lines of:
get the members of group "foo"
returning an array of each object in the group. I could then go through, check which ones were buttons and check their highlight etc
Is this possible? Any tips with the syntax?
Thanks,
Andrew
I have a group containing a number of check boxes. I would like to get a list of all those selected without having to hard code a list of the field names in my script. I was hoping for something along the lines of:
get the members of group "foo"
returning an array of each object in the group. I could then go through, check which ones were buttons and check their highlight etc
Is this possible? Any tips with the syntax?
Thanks,
Andrew