Changing the Default Keyword Character

The system sets the asterisk ('*') as the special initial character that denotes a keyword. You can change this character with the set keyword character function, se_kwdch():

void se_kwdch(ch)

UCHAR ch;        /* Character to use to mark keywords        */

The keyword character is a global variable. If you change the keyword character, you must use this character throughout your program—ωhen marking memory files sections, marking help text, and marking choice list items.


Home Contents Previous Next