LOTUSSCRIPT LANGUAGE


Dot notation
Example

Use dot notation to refer to members of user-defined types, user-defined classes, and product classes.

Syntax 1

typeVarName.memberName

Syntax 2

objRefName.memberName [ (argList) ]

Elements

typeVarName


memberName
objRefName
argList
Usage

Use dot notation to refer to the members of user-defined data types, user-defined classes, and product classes.

When referring to the currently selected product object, you may omit objRefName. In some cases, you can use bracket notation, substituting [prodObjName] for objRefName. For more information, see your Lotus software documentation.

Note that dot notation is interpreted differently when it appears within a With statement. See that topic for details.

Example
See Also