Qstrcmp: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''qstrcmp''' <quote1> <quote2> <var> Compare two quotes. <var> returns zero if they are identical, -1 if the first quote comes first in alphabetical order, 1 if it comes lat..." |
(No difference)
|
Revision as of 09:03, 20 February 2020
qstrcmp <quote1> <quote2>
Compare two quotes. 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".