LC7 arrayEncode/Decode
Peter Haworth
pete at lcsql.com
Sun May 3 19:50:36 EDT 2015
On Sun, May 3, 2015 at 12:53 PM, Richard Gaskin <ambassador at fourthworld.com>
wrote:
> Base64 might be useful for network transfer, but for local storage just
> reading/writing in binary mode will be simpler, faster, and result in a
> much smaller file.
Thanks Richard.
After my original post, I realized I didn't need the base64 stuff - this is
just for storing prefs data in a local file. However, for backwards
compatibility purposes, I think I will leave it in place, especially since
arrayEncode will handle any Unicode for me.
Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
More information about the use-livecode
mailing list