Peter Haworth wrote:
> Does toUpper/toLower work?  Similarly, does the setting of
> caseSensitive work OK when comparing textDecoded strings?
>
> Can I use char references, e.g. char x to y of tVar or offset, or
> do I need to use byte x to y, byteOffset?

Character is safer for strings since it accounts for multi-byte characters. Byte is useful only when working with raw binary data in which you can know in advance the number of bytes you need to deal with.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
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

Reply via email to