FORMULA LANGUAGE


@ReplicaID
Example

Returns the replica ID of the current database.

Note This @function is new with Release 6.

Syntax

@ReplicaID

Return value

title


Usage

The replica ID is a 16-character combination of letters and numbers that identifies a Notes database. Any databases with the same replica ID are replicas of one another.

Language cross-reference

ReplicaID property of LotusScript NotesDatabase class

ReplicaID property of Java Database class

DbReplicaID property of LotusScript NotesRichTextDocLink class

Example
See Also