Returns the name of the current field.
Note This @function is new with Release 6.
Syntax
@ThisName
Return value
name
This @function returns null outside a field formula.
This @function is useful in writing portable code. Use @ThisName to construct references to other fields (for example, in @GetField) that have similar names.
Language cross-reference
CurrentField property of LotusScript NotesUIDocument class
Example See Also