Macro Language Reference > Macros > Window > wsm
  
wsm
Description
Defines where macro information should be displayed.
 
Example 343. Display macros
The macro shown below toggles on the display of macro names in both menus and dialog boxes.
wsm 3
Syntax
wsm code:n?
wsm
[no parameter]
Invoke the Show Macros tab of the Interface Options dialog box.
code
The place(s) in which to show macro information:
0
No macro information is shown.
1
Show macro information in menus.
2
Show macro information in dialog boxes.
3
Show macro information in menus and dialog boxes.
4
Show macro information in the status bar.
5
Show macro information in menus and the status bar.
6
Show macro information in dialog boxes and the status bar.
7
Show macro information in all; menus, dialog boxes and the status bar.