Best Practices Question

Mark Wieder mwieder at ahsoftware.net
Thu May 28 19:52:24 EDT 2009


Bill-

Thursday, May 28, 2009, 9:39:39 AM, you wrote:

> OR, do I have to store that in a "prefs" text file and just parse it
> at runtime? What do others do?

You can do that and it will work. Or you can make your preferences
stack a separate stack *file* and they will also be persistent. You
just can't modify a part of an executable file in any OS, and when you
create a standalone any substacks that aren't explictly separate stack
files are bundled into the executable.

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list