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.

%%AppRtnMod

This macro is replaced by the name of the top of the storage tree where the cross-references are stored that identify which modules are accessed through which routine names. This storage tree is typically identical to %%AppGlobal("RM"), i.e. %%AppRtnMod(routinename) is usually the same as %%AppGlobal("RM",routinename).

The cross-references are stored as %%AppRtnMod(routinename)=module, or as %%AppGlobal("RM",routinename)=module, which is usually the same as @%%PrefixGbl@("RM",routinename), which is usually the same as @%%Prefixes("G")@("RM",routinename), which is usually the same as @ViEWpfxs("G")@("RM",routinename).

Examples

xxx
xxx

See also

%%AppContainer, %%AppGlobal, %%AppLList, %%AppMenuAIDs, %%AppMenuMap, %%AppModRtn, %%AppObjLab, %%AppRtnWin, %%AppVarMap, %%AppWin, %%AppWinCtl, %%AppWinGbl, %%AppWinObj, %%AppWinRtn, %%Prefixes, %%PrefixGbl, %%PrefixGblCommon, %%PrefixGblMem, %%PrefixGblStatic, %%PrefixRtn, %%PrefixRtnCommon, %%PrefixRtnStatic, %%ProfileGlobal, %%RtScratch, %%ScratchGlobal, %%SysGlobal and %%Varmap.