Storage viewer functions by script - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Storage viewer functions by script (/showthread.php?tid=3913) |
Storage viewer functions by script - gdimaria - 04.03.2022 Hi, is there a way to "view" and eventually delete what is in the storage memory by script? thanks Peppe RE: Storage viewer functions by script - admin - 04.03.2022 See this: https://forum.logicmachine.net/showthread.php?tid=2530&pid=16158#pid16158 But be careful with storage.clear() as it will also delete Mosaic projects and any other app configuration that uses storage. RE: Storage viewer functions by script - gdimaria - 04.03.2022 (04.03.2022, 08:19)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=2530&pid=16158#pid16158 OK, Thanks! |