What's in a group

Scott Rossi scott at tactilemedia.com
Mon Feb 20 13:24:33 CST 2006


Hi Mark:

I'm just curious...  How is the following snippet you wrote:

 put the objects of grp 1

 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



...different from:



 put objects("grp 1")

 function objects pGroup
  repeat with x = 1 to number of controls of pGroup
    put the name of control x of pGroup & return after myList
  end repeat
  sort myList
  return myList
 end objects


Just trying to understand what the getProp construct offers here, since I've
never used it. :-)


Thanks & Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com



More information about the metacard mailing list