Subtract
Returns the difference of two integers.
Syntax
Subtract(1, 2)
Function Properties
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | Initial numeric value |
2 | numeric | Required | Number to subtract from initial value |
Usage
Given @abc=20 and @def=5
System returns: