M mikeandike New member Joined Feb 4, 2010 Messages 1 Programming Experience 1-3 Feb 4, 2010 #1 Hi, How can I store the value of a variable into another variable that wont be changed unless it meets certain criteria - Thanks
Hi, How can I store the value of a variable into another variable that wont be changed unless it meets certain criteria - Thanks
S Solitaire Well-known member Joined Jun 28, 2004 Messages 465 Location New York Programming Experience 10+ Feb 5, 2010 #2 If criteria is True Then newvariable = oldvariable End If Upvote 0 Downvote