I would like to store a variable (ie within a module) so that the value is writable, and the new value will be available the next time I need it, regardless if the database has been closed.
This would be an extension of the static variable type, but with the updated value stored/retrieved as the variable is passed out of scope or the module is called. From what I can see so far, this may mean writing to & reading a single variable to file. If so, how is this done?
And lastly, is there an equivalent to autoexec to automatically call methods etc when the database is closed?
Cheers & thanks
This would be an extension of the static variable type, but with the updated value stored/retrieved as the variable is passed out of scope or the module is called. From what I can see so far, this may mean writing to & reading a single variable to file. If so, how is this done?
And lastly, is there an equivalent to autoexec to automatically call methods etc when the database is closed?
Cheers & thanks