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.
%%AppModRtn
This macro is replaced by the name of the top of the storage tree
where the cross-references are stored that identify which
routine names are used for which modules.
This storage tree is typically identical
to %%SysGlobal("MR"),
i.e. %%AppModRtn(module) is usually the same
as %%SysGlobal("MR",module).
The cross-references are stored
as %%SysGlobal(module)=routinename, or
as %%SysGlobal("MR",module)=routinename.
Examples
xxx
xxx
See also
%%AppContainer,
%%AppGlobal,
%%AppLList,
%%AppMenuAIDs,
%%AppMenuMap,
%%AppObjLab,
%%AppRtnMod,
%%AppRtnWin,
%%AppVarMap,
%%AppWin,
%%AppWinCtl,
%%AppWinGbl,
%%AppWinObj,
%%AppWinRtn,
%%Prefixes,
%%PrefixGbl,
%%PrefixGblCommon,
%%PrefixGblMem,
%%PrefixGblStatic,
%%PrefixRtn,
%%PrefixRtnCommon,
%%PrefixRtnStatic,
%%ProfileGlobal,
%%RtScratch,
%%ScratchGlobal,
%%SysGlobal and
%%Varmap.