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.

%%AppMenuAIDs

This macro is replaced by the name of the top of the storage tree where the definitions for the application identifiers for menus are stored. This storage tree is typically identical to %%AppGlobal("WAM"), i.e. %%AppMenuAIDs(window,id,menuchoice) is usually the same as %%AppGlobal("WAM",window,id,menuchoice), which is usually the same as @%%PrefixGbl@("WAM",window,id,menuchoice), which is usually the same as @%%Prefixes("G")@("WAM",window,id,menuchoice), which is usually the same as @ViEWpfxs("G")@("WAM",window,id,menuchoice).

Examples

xxx
xxx

See also

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