Mick Collins wrote:
I know data can be saved, changed, appended to, etc in text files and stacks from standalones, but are there any options for having persistent data in standalones that do not require additional files?
Not if you want that data to be modified. Modern OSes generally prevent executables from modifying themselves at runtime.
If you're deploying exclusively to OS X you can conceal that you're using a separate file by putting it in the bundle. But for anything else, the OS says 'no".
-- Richard Gaskin Managing Editor, revJournal _______________________________________________________ Rev tips, tutorials and more: http://www.revJournal.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
