Jul 28, 2004 #1 thoms314159 Technical User Joined Apr 8, 2003 Messages 13 Location CA As the subject says.... Thanks in advance. Jon
Jul 28, 2004 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location 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 Joined Apr 8, 2003 Messages 13 Location CA global variable worked like a charm. thanks Upvote 0 Downvote