Thanks for the info on the ASCII question I posted yesterday!
My next question concerns the usage of variables.
Are variables declared in a function "local" to that function or can they be used in other functions after they've been defined? What I would like to do is define the variables to be used in all the functions on the first scan and then use them throughout the program.
Can I do it like this or must I define them in each user function.
Thanks,
Todd