Text EN Version 1.90

VStack-Path

Description

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 on this variable group.
These subgroups of variables are addressed through a VStack-Path.
The system is comparable to the file system, where a VARGROUP or VStack corresponds to a folder.

Example:

TestSubText1[GLOBAL\TEST]:="Sub Text 1";
TestSubNum1[GLOBAL\TEST]:=1;
TestSubText2[GLOBAL\TEST\SUB2]:="Sub Text 2";
TestSubNum2[GLOBAL\TEST\SUB2]:=2;
@PrtVstack("GLOBAL";1;2048);

A VStack TEST is created on the VStack GLOBAL.
The variables TestSubText1 and TestSubNum1 are created on this VStack (TEST).
A VStack SUB2 is created on the VStack TEST.
The variables TestSubText2 and TestSubNum2 are created on this VStack (SUB2).
All variables on the VStack GLOBAL (and all variables in VStacks located on the VStack GLOBAL ) are output in the APILOG.

Note : This text was machine-translated and may contain inaccuracies.