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.
%%Prefixes
This macro is replaced by the name of the local array that holds
the prefixes for the various entities:
- Global variables in the writable database (ViEWpfxs("G"))
- Global variables in the read-only database (ViEWpfxs("GS"))
- Global variables in the in-memory database (ViEWpfxs("GM"))
- Common global variables (ViEWpfxs("GC"))
- The global variable containing the "profile" (ViEWpfxs("G")_"p")
- The "scratch: global variable (ViEWpfxs("G")_"s")
- Routines (ViEWpfxs("R"))
- Routines in the read-only database (ViEWpfxs("RS"))
- Common utility routines (ViEWpfxs("RC"))
Examples
xxx
xxx
See also
%%AppContainer,
%%AppGlobal,
%%AppLList,
%%AppMenuAIDs,
%%AppMenuMap,
%%AppModRtn,
%%AppObjLab,
%%AppRtnMod,
%%AppRtnWin,
%%AppVarMap,
%%AppWin,
%%AppWinCtl,
%%AppWinGbl,
%%AppWinObj,
%%AppWinRtn,
%%PrefixGbl,
%%PrefixGblCommon,
%%PrefixGblMem,
%%PrefixGblStatic,
%%PrefixRtn,
%%PrefixRtnCommon,
%%PrefixRtnStatic,
%%ProfileGlobal,
%%RtScratch,
%%ScratchGlobal,
%%SysGlobal and
%%Varmap.