Author Topic: strUpr(%str) $= %str returning true no matter what  (Read 373 times)

Title says it all.
Im trying to make something that detects uppercase text, but strUpr(%str) $= %str, strStr(strUpr(%str),%str) and strCmp(strUpr(%str),%str) all return true or -1

-1 for strcmp means it didn't match ...

strStr( %str, strUpr( %str ) ) == 0