LogicMachine Forum
Hour and date last memory write - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11)
+--- Thread: Hour and date last memory write (/showthread.php?tid=6207)



Hour and date last memory write - CristianAgata - 07.12.2025

Good morning Team,
I'm working on a small application that writes on internal memory using the function storage.set(). Is It possible know last time program has writen the data? I need to know this value because I'm thinking to make several write on the memory.
Best regards Cristian


RE: Hour and date last memory write - admin - 08.12.2025

There's no built-in functionality for this. But you can save the last write time in a separate key.


RE: Hour and date last memory write - CristianAgata - 08.12.2025

(08.12.2025, 07:40)admin Wrote: There's no built-in functionality for this. But you can save the last write time in a separate key.

Thanks I will do that.
May I ask you if you have an example how create a init script from my application if it is not ready in lm5. I don't know where put them in:
Index.lp my main page html
apps.js file with jQuery and JScript called from .lo
lib.lua file with my lua library called from apps through API.

BR Cristian