EN 776 documents

Engine Help Category: VStack

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

14 documents found

@CopyVStack

Function Version 5.00

This @function copies all variables of the VStack with the VSTACKPATH TEXTSOURCEVSTACK to the VStack with the VSTACKPATH TEXTDESTINATIONVSTACK. If the parameter TEXT/TEXTLIST TEXTLISTVARNAMES is specified, only the varia …

@GetFieldFlags

Function Version 2.10

Returns the Notes field flags of a varifromle. Field-Flags: 1   SIGN 2   SEAL 4   SUMMARY 16   SEALED 32   READ/WRITE-ACCESS 64   NAMES 256   PLACEHOLDER 512   PROTECTED 1024   READ-ACCESS Practical examples of combinati …

@GetVar

Function Version 1.90

Returns the value of the variable named TEXT NAME1 . If the variable belongs to a group (e.g. a document), the group name (e.g. the NOTEHANDLE of the document) as TEXT GROUP2 must be specified. This enables an alternativ …

@GetVarVPR

Function Version 5.00

When @GetVarVPR is called with one parameter, the VPR (Variable Pointer Reference) for the passed variable is returned. When called with two parameters, the variable with the name TEXT TEXT1 is searched for on the VStack …

@GetVarWithFieldFlags

Function Version 2.97

Returns the value of the variable named TEXT NAME1 . If the variable belongs to a group (e.g. a document), the group name (e.g. the NOTEHANDLE of the document) as TEXT GROUP2 must be specified. This enables an alternativ …

@GetVStackPath2GFun

Function Version 5.00

Returns the prefix for the access path of a variable stored within the thread copy of a global function. This could be used, for example, to assign default values for local parameters. However, this function should be av …

@PrtVStack

Function Version 1.90

Outputs the VStack with dem names NAME1 (if "" is specified, _PRCVSTACK - the local VStack of this function or context - is used). With FN OPTIONS2 the detailed behavior can be specified, and with FN SIZE3 a maximum size …

@ResetVStack

Function Version 2.00

Resets all variables on the VStack with the name TEXT NAME1 to the value in VAR1. If the @Function is called without the second parameter, the variables are set to the value/data type PV. Sub-VStacks located on the VStac …

@ScanVStack

Function Version 1.90

Returns all variables on the VStack with the name TEXT NAME1 als TEXTLIST as a TEXTLIST. variables of the data types PV und UA are not taken into account. If only "" is specified for NAME1 , the variables from _PRCVSTACK …

@SetFieldFlags

Function Version 2.10

Sets the field flags FN2 for Notes in a variable. If a variable is not explicitly assigned flags using @SetFieldFlags, the default values are assumed. However, if flags have been assigned, those flags always apply. Field …

@SetVar

Function Version 1.90

Sets the value of the variable(s) named TEXT/TEXTLIST NAME1 to the value VAR3. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be specified as …

@SetVarFieldFlags

Function Version 3.00

Sets the Notes field flags for the field specified in TEXT NAME1 to the value FN FN1. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be specif …

@SetVarWithFieldFlags

Function Version 2.97

Sets the value of the variable(s) with the name(s) TEXT/TEXTLIST NAME1 to the value VAR3. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be sp …

@Unavailable

Function Version 1.90

Deletes a variable in a document or a VARGROUP by returning the value UV Unavailable when it is used as the right-hand value of an assignment.