05.11.2009, 23:47
it also affects the return value if they are not equal
from String_Manipulation.pdf
The return value is:
−1 if string1 comes before string2,
1 if string1 comes after string2, or
0 if the strings are equal (for the matched length).
from String_Manipulation.pdf
The return value is:
−1 if string1 comes before string2,
1 if string1 comes after string2, or
0 if the strings are equal (for the matched length).