FORMULA LANGUAGE

@Version
Returns the release number of the Notes/Domino software you're running.

Syntax

@Version

Return value

versionNumber


Usage

In column, selection, mail agent, and scheduled agent formulas, @Version returns the release number of the Notes/Domino server or workstation containing the database. In all other formulas, @Version returns the release number of the Notes/Domino workstation running the formula.

The following table maps the numbers returned by @Version to each Notes/Domino version.
Number Returned by @VersionCorresponding Lotus Notes/Domino version
114Notes 3.x
136Notes 4.0, 4.0x
138Notes 4.1, 4.1x
145Notes 4.5, 4.5x
147Notes 4.6
166Notes 5.0, 5.0x
190Notes 6.0, 6.0x
194Notes 6.5
Note the following:


Language cross-reference

NotesBuildVersion property of LotusScript NotesSession class

NotesVersion property of LotusScript NotesSession class

NotesVersion property of Java Session class

See Also