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.
%%VarMap
This macro is replaced by the name of the top of the storage tree
where the cross references are stored that link names of variables
to components of windows.
This storage tree is typically identical
to %%SysGlobal("VTC"),
i.e. %%VarMap(name) is usually the same
as %%SysGlobal("VTC",name).
The cross-references are stored as
%%VarMap(name)=window_"."_gadget_"."_type,
or as %%SysGlobal("VTC",name)=window_"."_gadget_"."_type.
Examples
xxx
xxx
See also
%%AppContainer,
%%AppGlobal,
%%AppLList,
%%AppMenuAIDs,
%%AppMenuMap,
%%AppModRtn,
%%AppObjLab,
%%AppRtnMod,
%%AppRtnWin,
%%AppVarMap,
%%AppWin,
%%AppWinCtl,
%%AppWinGbl,
%%AppWinObj,
%%AppWinRtn,
%%Prefixes,
%%PrefixGbl,
%%PrefixGblCommon,
%%PrefixGblMem,
%%PrefixGblStatic,
%%PrefixRtn,
%%PrefixRtnCommon,
%%PrefixRtnStatic,
%%ProfileGlobal,
%%RtScratch,
%%ScratchGlobal and
%%SysGlobal.