FORMULA LANGUAGE
A reserved word that does one of the following:
DEFAULT variableName := value ;
Usage
This reserved word works in any formula.
Use DEFAULT once in a formula. If this keyword occurs multiple times in a formula, the first occurrence is effective and subsequent occurrences have no effect.
Note Pre-R6 behavior differs: if a formula contains multiple occurrences of DEFAULT, the last occurrence is effective.
Language cross-reference
Let statement of LotusScript language
Example See Also