On 5/5/2015 1:00 PM, Peter Haworth wrote: > I just set up the following test > > 2 fields and a button > > Using the Greek keyboard, I keyed "qwerty" into the first field and > "QWERTY" into the second field. > > The button script has in its mouseUp handler: > > set the caseSensitive to false > put (toUpper(field "Field1")=field "Field2"),(field "Field1"=field "Field2") > > When clicked, this results in "false,false" in the message box.
I get true, true with caseSensitive set to false and true, false with it set to true - so exactly what you would expect. Using LC7.0.4 _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode