What's the point ?
The result of an Inputbox is always a string.
Code:Sub M_snb() S1 = InputBox("Enter first integer number:") S2 = InputBox("Enter second integer number:") S3 = 1 * S1 + S2 MsgBox S3 End Sub
What's the point ?
The result of an Inputbox is always a string.
Code:Sub M_snb() S1 = InputBox("Enter first integer number:") S2 = InputBox("Enter second integer number:") S3 = 1 * S1 + S2 MsgBox S3 End Sub
Last edited by snb; 03-13-2017 at 08:52 PM.
Bookmarks