Moving through the controls of a group
Posted: Thu Dec 28, 2006 10:29 am
Hello,
I would like to move through the controls of a group. Is there a control structure like this:
regards
François
I would like to move through the controls of a group. Is there a control structure like this:
Code: Select all
repeat for each item of MyGroup
-- do sothemeing on each item...
end repeat
François