Description
Subtracts the second integer value from the first value and returns the result.
Syntax
Subtract(Minuend: Integer,Subtrahend: Integer): Integer
Minuend is an integer value
Subtrahend is an integer value.
Example
Subtract(10,2)
The return value is 8.