Max (Function) In french: Max Returns the greatest value.
// Greatest value? ResMax = Max(10, 15, 20) // Returns 20 ResMax = Max("Z", "A") // Returns "Z"
Syntax
Calculates the maximum of values passed as parameter Hide the details
<Result> = Max(<Value 1> [, <Value 2> [, <Value N>]])
<Result>: Character string, integer or real The greatest value passed as parameter. <Value 1>: Character string, integer or real Value to compare. <Value 2>: Optional character string, integer or real Value to compare. <Value N>: Optional character string, integer or real Value to compare. Remarks Sequence of functionsYou can use array functions in a sequence. The following functions can be used in a sequence: This sequence can be used as a source for a FOR ALL statement or it can end with one of the following functions: Example:
gnMean = garrUser.Filter(cbFilter).Map(cbMap).Mean()
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|