Const NotesMacro$ = |@Text(ReplicaID; “*”)|
what does it mean?
Const NotesMacro$ = |@Text(ReplicaID; “*”)|
what does it mean?
Subject: NotesMacro
NotesMacro has no particular meaning – it is just the name of a constant being declared in the code. The pipe character (|) is an alternate string delimiter being used to make it easier to include quotation marks in the constant definition. The formula is going to be used later in an Evaluate statement to get a value from a document field; the statement will look like this:
replicaid = Evaluate(NotesMacro, doc)