Assigning variables value in Visual Basic 6

jkukowsk

Member
Mar 4, 2002
85
0
0
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