Question #2200

Which VBA function compares given strings and returns -1 if the first string is smaller than the second string, returns 0 if both are equal and 1 if the first string is greater than second string?

A.
Strcmp
B.
Strcomp
C.
Compare
D.
Scmp
Explanation

No explanation provided.