Subtract

Overview

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

%%=Subtract(@abc,@def)=%%

System returns:

15
Last Updated: Jun 8, 2021