AndyK
October 4th, 1999, 12:44 AM
I want to add whatever is in Text1.text and Text2.text
well I tried to use text3.text = text1.text + text2.text but it shows me like if Text1 had 5 and text2 had 7 then it shows me 57 instead of 12
How can I asign a + so that my program will think that + stands for "add", multiply (*) works perfect...
well I tried to use text3.text = text1.text + text2.text but it shows me like if Text1 had 5 and text2 had 7 then it shows me 57 instead of 12
How can I asign a + so that my program will think that + stands for "add", multiply (*) works perfect...