EN 776 documents

Engine Help: V

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

9 documents found

@VerifyNoteSignature

Function Version 4.50

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

Function Version 10.01

Checks whether the password TEXT TEXTPASSWORD1 matches the hash TEXT TEXTHASH2; see @Password. On success, TRUE is returned; otherwise FALSE is returned.

@ViewPos

Function Version 10.02

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

Text Version 1.90

A Pseudo-NOTEHANDLE, which isn't associated to any document. See Variable Groups.

Variable Groups

Text Version 1.90

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

Text Version 1.90

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

Text Version 1.90

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

Text Version 1.90

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

Text Version 1.90

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 …