Is this possible on iOS?
Gerry Orkin
gerry.orkin at gmail.com
Tue Apr 10 03:20:45 EDT 2012
Try something like this (untested):
if the environment contains "mobile" then
put (specialFolderPath("engine") & "/yourStackInEngine.livecode") into EngineStack
put url ("binfile:" & EngineStack) into EngineStackPath
put EngineStackPath into url ("binfile:" & (specialFolderPath("Documents") & "/yourStackOnDevice.livecode"))
go stack specialFolderPath("Documents") & "/yourStackOnDevice.livecode"
end if
Gerry
On 10/04/2012, at 5:12 PM, Gerry Orkin wrote:
> Yes.
>
> Gerry
>
>
>
> On 10/04/2012, at 3:47 PM, Geoff Canyon wrote:
>
>> But is it possible to save out a
>> stack from the app locally, allowing it to be saved periodically and loaded
>> locally at startup?
More information about the use-livecode
mailing list