New to
vb, working on the (try it out) in chapter 2, working on the code to have a window add one number to an existing. my code for this is
Dim intnumber as integer intnumber = 27 intnumber = intnumber +1 msgbox(âvalue of intnumber +1 = â& intnumber .tostring,âvariablesâ)
any help will be appreciated