D
default105
I know there are different variables: string, long, integer, variant, double,
etc... but is there an easy way to see if one has been set. The reason I ask
is I have a public variable that I use and until yesterday when updating the
front end I front and error that could occur if the user did something in a
particular order. This would cause an error and empty my variable string. I
found the error and it was my own fault that I did not have error coding in
to start. I would not like to have to call the procedure everytime before I
use the variable so I was wondering if there is an easy way to check a
variable before I used a procedure to call it. Thanks.
etc... but is there an easy way to see if one has been set. The reason I ask
is I have a public variable that I use and until yesterday when updating the
front end I front and error that could occur if the user did something in a
particular order. This would cause an error and empty my variable string. I
found the error and it was my own fault that I did not have error coding in
to start. I would not like to have to call the procedure everytime before I
use the variable so I was wondering if there is an easy way to check a
variable before I used a procedure to call it. Thanks.