1 + 4 = 5
I am getting the problem:
1 + 4 + 6 = 146
Which all the program has done is placed the numbers against eachother.
Heres Some of my code not all of it, just the calculating.
- Code: Select all
num1 = Attack1.Text
num2 = Attack2.Text
num3 = Defence1.Text
num4 = Defence2.Text
num5 = Average1.Text
num6 = Average2.Text
num7 = Bonus1.Text
num8 = Bonus2.Text
answer1 = num1 + num3 + num5 + num7
answer2 = num2 + num4 + num6 + num8
total1.Text = answer1
total2.Text = answer2
Whats going wrong ?
Any Help Would Be Much Appreciated!
Moulieg


