Hi,
Is it possible to gain access to all global variables inside a function as opposed explictly referencing each one?
I know that this is genereally not a good idea, but, I have one function that prints an html form, and another one that process's it. There are a lot of fields, and it's kind of a pain to have to declare each one as global within the function.
thanks,
Brad.