MSM-Workstation
Macros
Go back to the alphabetic list of macros
Go back to the first page of this tutorial
%%MarkMenu ( AppId [ , Value ] )
This macro is replaced by code that adds marker-symbols in menus.
Examples
%%MarkMenu(Edit:Cut)
Mark the menu choice with application
identification "Edit:Cut" on the current window.
%%MarkMenu(@which,yn)
Mark or unmark the menu choice with
the application identification matching the value of variable
which, depending on whether or not variable yn
has a true value (mark if true, unmark if false).
Examples
xxx
xxx
See also
%%PopMenu and
%%EnableMenu