Engine Help: V
Filtered overview of the Engine Help documentation.
@VerifyNoteSignature
Checks whether the document identified by NOTEHANDLE NOTEHANDLE1 is signed and whether the signature is still valid. If a signature could be positively confirmed (certified key in the address book), TRUE returned, otherw …
@VerifyPassword
Checks whether the password TEXT TEXTPASSWORD1 matches the hash TEXT TEXTHASH2; see @Password. On success, TRUE is returned; otherwise FALSE is returned.
@ViewPos
Returns the information for the VIEWPOS VIEWPOS . The return value of the @Function returns the number of documents found, for example by the @Function @FindDocumentsByKey. The optional parameter FNLIST FNPOSLIST returns …
VARGROUP
A Pseudo-NOTEHANDLE, which isn't associated to any document. See Variable Groups.
Variable Groups
A variable group identifies a set of variables as belonging together. It (the group) is specified in square brackets after the variable name. For example, a variable group can group together all variables or fields of a …
Variable Restrictions
NUMBER: Range 0-65536. FlOAT: Range analogous to Notes. TEXT: Maximum as an Engine variable approximately 63 KB. Maximum as a Notes field approximately 15 KB. NUMBERLIST: Maximum 30,719 elements. FLOATLIST: Maximum 8,063 …
Variables
Unlike in the Notes @Functions language, variables in the Engine can be redefined any number of times. They do not have to be declared or typed. The type and value of a variable may change at any time. This means that a …
VStack
A VStack is effectively a folder in the Engine variable system and the basis of a variable group/NOTEHANDLE. It is normally specified in @Functions by its name, that is, as TEXT. Whereas a NOTEHANDLE/VARGROUP exists as a …
VStack-Path
After a non-local variable, a NOTEHANDLE/VARGROUP (variable group) is normally specified in square brackets. In the case of a VARGROUP (variable group) it is also possible to address groups of variables that are located …
