$moreOrEqual

Examines if the first parameter is 'grater or equal to' all of the rest parameters.
Syntax
    $moreOrEqual{reference_value}{value_1}{value_2} ... {value_n}
DocumentationExamines if the first parameter is 'grater or equal to' all of the rest parameters:

    Parameters:
      reference_value, the reference value to compare with
      value_1 through value_n, the values to examine if less or equal to the reference value.
    Returns:
      1 if and only if all values value_1 through value_n are less or equal to the reference_value.
Examples
(No example available.)
GroupBoolean
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters <unlimited>