MY-BASIC

string.compare(<str::string1>,<str::string2>)


Case-sensitive comparison of two strings


Return value:         integer

0 if strings are equal

A negative number if the first string is less than the second string.

A positive number if the second string is less than the first string.


Arguments


string1

str: First string

string2

str: Second string