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.

%%AppLList

This macro is replaced by the name of the top of the storage tree where the definitions for the choices in a Long List are stored. This storage tree is typically identical to %%AppGlobal("LLC"), i.e. %%AppLList(window,gadget) is usually the same as %%AppGlobal("LLC",window,gadget).

Choices are stored as ^$Window(window,"G",gadget,"CHOICE",code)=meaning, or as %%AppLList(window,gadget,code)=meaning, or as %%AppGlobal("LLC",window,gadget,code)=meaning, which is usually the same as @%%PrefixGbl@("LLC",window,gadget,code)=meaning, which is usually the same as @%%Prefixes("G")@("LLC",window,gadget,code), which is usually the same as @ViEWpfxs("G")@("LLC",window,gadget,code).

Examples

xxx
xxx

See also

%%AppContainer, %%AppGlobal, %%AppMenuAIDs, %%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.