> 3. A form level variable RBTI_FORM_CONTROLS that would give you the comma > separated list of form controls that you could iterate over. This would > allow > you to do anything you want with the controls. It would probably be slower > (since you would have to iterate over all the controls) and you might run > into > a problem if you had lots of controls with long names since even NOTE > variables > are limited to 4K of length.
This is another area where a base datatype of Variant that could hold an array or collection, etc would be HUGE....
