Apologies for (what should be) easy task... I've tried a few things and keep getting blocked.
My brain is fried after searching web and testing.
What am I trying to do?
create 2 Text-boxes and a Text field (to display result) also with a button.
These Textboxes are Number only.
I set instance variables on Textbox1/Textbox2
I'm trying to display the input value to Text.Text after clicking BUTTON.
Button Click >
If Textbox1 = "" Then
DO NOTHING
Else
If Textbox2 = "" Then
DO NOTHING
Else
Set Text.Text = Textbox1.num + Textbox2.num
My Brain is a little mashed in C2 :(
Thanks,
Roberto