I have this code:
If a <> "0" Then
I would like to check to see if A is a minus number and also If I have a number in B I would like taken off of a till a gets to 0. I'll explain:
A = 10
B = 15
Take B away from A till A gets to 0 and then C will = whats left. In this case C will = 5.
How would I store this and write this?
At the moment my program delivers me minus figures.
Thanks
Martin
If a <> "0" Then
I would like to check to see if A is a minus number and also If I have a number in B I would like taken off of a till a gets to 0. I'll explain:
A = 10
B = 15
Take B away from A till A gets to 0 and then C will = whats left. In this case C will = 5.
How would I store this and write this?
At the moment my program delivers me minus figures.
Thanks
Martin