Skip to content

strcmpk

Compare strings.

Set the result to -1, 0, or 1 if the first string is less than, equal to, or greater than the second, respectively. strcmpk does the comparison both at initialization and performance time.

Syntax

kres = strcmpk(S1, S2)
kres strcmpk S1, S2

See Also

String Manipulation Opcodes

Credits

Author: Istvan Varga
2005