Qstrcmp

From EDukeWiki
Revision as of 08:04, 20 February 2020 by Fox (talk | contribs)
Jump to navigation Jump to search

qstrcmp <quote1> <quote2> <return>

Compare two quotes. <return> returns zero if they are identical, -1 if the first quote comes first in alphabetical order, 1 if it comes later.

Note that the lexicographical order is rudimentary, for example "Player 2" is considered greater than "Player 10".