I need help coding the right method to save space in my project vb6 . I must find the right answer to this sample using three textboxes and one click command. How many counts it takes to from text1 to text 2, the answer in text3. Thanks in advance for helping coding.
Click command 1
If text1.text = 3 and text2.text = 12 then
Text3 = 9
End if
End sub