Does anyone know how to code a simple subtraction-routine?
eg. Application performs Sting.ToNumber and stores the resulting variables as say, 10 and 7. How can I get it to then perform a subtraction-routine on these two numbers, so that that the result (ie. 3) is then held as the resulting variable?

Reply With Quote