Autosave

Colin Holgate coiin at verizon.net
Wed Feb 23 11:00:59 EST 2011


On Feb 23, 2011, at 10:32 AM, Warren Kuhl wrote:

> What would be the best way to implement this to have a timer running in the
> background and saving my document?

You could say:

on openstack
  dosave
end openstack

on dosave
    save this stack
    send dosave to me in 600 seconds
end dosave

That's email code, the "me" might need to be "this stack", assuming that script is in the stack level.






More information about the use-livecode mailing list