To use checkmarks in any menu or sub-menu, you must first specify the checkmark character to use for the menu form.
Designer: The checkmark character can be specified in the Designer. See the Designer User's Guide for more information.
Code: Specify the checkmark character for the menu with the set menu checkmark function, smn_checkmark():
|
||
|
|
|
|
|
|
You can specify checkmark_ch as any valid ASCII or extended ASCII character. If you specify Checkmark:SYS_CHECKMARK, you will get the system default checkmark character. For PCDOS, the default is Ö (ASCII 251). All other systems use >.
You can change the system default checkmark character with the set environment checkmark character function, se_checkmark():
|