.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@Max
Example

Returns the largest number in a single list, or the larger of two numbers or number lists.

Note The single-parameter form of this @function is new with Release 6.

Syntax

@Max( number1 )

@Max( number1 ; number2 )

Parameters

number1


number2
Return value

maxNumber


Usage

When using this function with a number list constant, remember that the list concatenation operator takes precedence over other operators. Enclose negative numbers in parentheses.

Example
See Also