getting list of form variables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Back
Top