getting list of form variables

G

Gulli

hi,

how can I get a list of my form variables ? Forms are not bound to database
records. I defined form-level vars in declaration section and need now to
search these vars not knowing their names.

any help appreciated
regards
Wilko
 
M

Marshall Barton

Gulli said:
how can I get a list of my form variables ? Forms are not bound to database
records. I defined form-level vars in declaration section and need now to
search these vars not knowing their names.


There is no way to do that. Could you use an array instead?
 
Top