30-06-2009, 12:59 AM
Joost Wrote:Dim A As Byte, B As ByteNow wont that just display "A+B" in the messagebox? It wont calculate it because its in strings.
A=1
B=1
Msgbox("A+B")
Code:
MsgBox(A + B)
VB6 - Basics 1 - Dim what?
|
« Next Oldest | Next Newest »
|
Messages In This Thread |