MSM-Workstation
Macros

Go back to the alphabetic list of macros
Go back to the first page of this tutorial

This section is for internal use only.

%%vnode ( Variable )

The replacement of this macro depends on the actual parameter.

If the value of the variable specified as the parameter starts with a special character, a different replacement will occur.

Examples

Assume that the following variables are defined at compile time:
ABC="PQR", EFG="@PQR", ARW="^PQR"
^ABC="PQRST"
INDIR="ABC"
PQR="KLM"

%%vnode(ABC) is replaced by "PQR".

%%vnode(EFG) is replaced by "PQR".

%%vnode(ARW) is replaced by "^PQR".

%%vnode(@INDIR) is replaced by "PQR".

%%vnode(@ABC) is replaced by "KLM".

%%vnode(^ABC) is replaced by "PQRST".

See also

%%node and %%nodex.