Subtract Function - microsoft/MIMWAL GitHub Wiki
Syntax
int Subtract(value:int, value:int)
Description
Subtracts the second integer value from the first.
Remarks
If any input parameter is null, it is treated as if it's zero.
Supported Version
2.15.703.0 and later
Examples
Subtract([//Target/Paylevel],10)