Great, thanks Richard. Pete lcSQL Software <http://www.lcsql.com> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
On Mon, May 4, 2015 at 1:39 PM, Richard Gaskin <[email protected]> wrote: > 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 > ____________________________________________________________________ > [email protected] http://www.FourthWorld.com > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
