WordInList Function (ROM Call 0x184)

system.h

short WordInList (unsigned short Word, unsigned short *List);

Searches for a word in the list.

WordInList is a useful short routine which returns TRUE if the word Word is a member of the list (i.e. array) of words pointed to by List, otherwise returns FALSE. The list of words is terminated by the word 0.


Used by: QModeKey, QSysKey, cmd_disptbl