May 8, 2002 #1 Rock6431 Programmer Joined Mar 23, 2002 Messages 56 Location US How do you declare a variable that you can use as long as the page exists so that this variable can be used in conjunction with several sub routines. In VB6 you would decalare the variable at the top of your forms under option explicit ect..
How do you declare a variable that you can use as long as the page exists so that this variable can be used in conjunction with several sub routines. In VB6 you would decalare the variable at the top of your forms under option explicit ect..
May 8, 2002 #2 onpnt Programmer Joined Dec 11, 2001 Messages 7,778 Location US declare it anywhere in the page. That is within the <SCRIPTS> DIM var var="whatever" provide tools to let people become their best. Upvote 0 Downvote
declare it anywhere in the page. That is within the <SCRIPTS> DIM var var="whatever" provide tools to let people become their best.