Code:Select all
[string_compare("dude","dude")] [string_compare("notdude","dude")] [string_compare("dude","")] [string_compare("","dude")]
4
7
4
0
This is not correct - string_compare says it returns 0 when the strings are the same/
I think there may be a problem - It is like string_compare is doing the same thing as string_size.