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.

Note A hide formula is not a field formula, even though it can be set from the field properties dialog. The hide formula applies to the paragraph containing the field. Since a paragraph can contain several fields, there is no "current field" in this context.

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