FORMULA LANGUAGE

@ThisValue
Example

Returns the value of the current field.

Note This @function is new with Release 6.

Syntax

@ThisValue

Return value

value


Usage

This @function returns null outside a field formula.

This @function is useful in writing portable code. Use @ThisValue instead of the name of the current field.

Language cross-reference

FieldGetText method of LotusScript NotesUIDocument class

Example
See Also