Jul 28, 2004 #1 thoms314159 Technical User Apr 8, 2003 13 CA As the subject says.... Thanks in advance. Jon
Jul 28, 2004 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Do you mean variables than can never be changed - like constants? If you do, then AFAIK, this cannot be done. Why don't you just simply declare a global variable, assign a value to it, and never overwrite that value? Dan Upvote 0 Downvote
Do you mean variables than can never be changed - like constants? If you do, then AFAIK, this cannot be done. Why don't you just simply declare a global variable, assign a value to it, and never overwrite that value? Dan
Jul 28, 2004 Thread starter #3 thoms314159 Technical User Apr 8, 2003 13 CA global variable worked like a charm. thanks Upvote 0 Downvote