T
TJF
How can I recognize (in VB) a number is negative?
num1 = 5
num2 = 7
num3 = -4
If numx = "negative" then
......
Thanks Tom
num1 = 5
num2 = 7
num3 = -4
If numx = "negative" then
......
Thanks Tom