I'm sure it's very simple!!!
But is there an equivalent AppStop sub when application stop. I need to save some parameter before closing app.
kind of this:
sub AppStop ()
save_data_app()
log ("bye bye")
end sub
Pietro
But is there an equivalent AppStop sub when application stop. I need to save some parameter before closing app.
kind of this:
sub AppStop ()
save_data_app()
log ("bye bye")
end sub
Pietro