Parameters |
Description |
const char * s1 |
string to compare |
CTEXTSTR s2 |
string to compare |
0 if equal.
1 if (s1 >s2)
-1 if (s1 < s2)
if s1 is NULL and s2 is not NULL, return is -1.
if s2 is NULL and s1 is not NULL, return is 1.
if s1 and s2 are NULL return is 0.
Compares two strings. Must match exactly.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|