max
function
The max
action Finds the maximum value from a set of numbers in an array. It belongs to the math category within the data area.
Action Syntax
max $variable
A variable name starting with $
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = max
Examples
// Basic Usage
max $array
Action code: 1147373698
Version: 0.6.4
Last updated: 2025-06-13