Description
Returns the result of subtracting the second specified integer from the first.
Syntax
Subtract(Minuend,Subtrahend: Integer): Integer
Example
Subtract(10,2)
The return value is 8.