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
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Code: Select all
repeat for each item of MyGroup
-- do sothemeing on each item...
end repeat