Working with Data Models › Macro Toolbox › Miscellaneous Macros › %Max()
Returns the maximum of two arguments.
Syntax
%Max(<val1>,<val2>)
Syntax Example
%Decl (var1,8)
%Decl (var2,5)
%Max(%var1,%:var2)
Expansion
8
Usage
Classified as a Miscellaneous macro.