INTELCRAZY
banned
How do I use the CInt function?
I have gotten this far for a super simple calculator
Where is my mistake?
Thanks
I have gotten this far for a super simple calculator
Code:
CInt(Textbox1.Text) + CInt(Textbox2.Text) = Textbox3.text
Where is my mistake?
Thanks