FORMULA LANGUAGE


@GetField
Example

Returns the value of a specified field.

Note This @function is new with Release 6.

Syntax

@GetField ( fieldName )

Parameters

fieldName


Return value

value


Usage

This @function returns null if the field does not exist.

This @function is useful in writing portable code and in other instances where you want to vary the name of the field.

If the field specified in fieldName is marked to Allow multiple values, this function returns the first value only.

Language cross-reference

FieldGetText method of LotusScript NotesUIDocument class

GetItemValue method of LotusScript NotesDocument class

getItemValue method of Java Document class

Example
See Also