Forum Moderators: open
To be sure you are adding, you can use the "cint" (for integers) function in VB as follows:
dim test
test = cint("5") + cint("8")
test = 13
there are lots of ways to do this, but the goal is to make sure you are adding numbers, rather than strings.