J jkukowsk Member Mar 4, 2002 85 0 0 Sep 16, 2002 #1 How would I make it so that when VB runs the code it would think of it as a statement not an assignment to the variable. I.E.: easyhard = "optEasy.Value" easyhard = False <--- I want VB to see this as "optEasy.Value = False" not easyhard = False
How would I make it so that when VB runs the code it would think of it as a statement not an assignment to the variable. I.E.: easyhard = "optEasy.Value" easyhard = False <--- I want VB to see this as "optEasy.Value = False" not easyhard = False