storage - 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 (/showthread.php?tid=1244) |
storage - Daponte - 15.02.2018 Hello, I need to represent a data of 1 byte of the storage through an object, someone knows some script to do this? RE: storage - admin - 15.02.2018 Why not just use a virtual object instead of storage? RE: storage - Daniel - 15.02.2018 Is this what you looking for? Code: mydata = storage.get('myobjectdata') RE: storage - Daponte - 16.02.2018 thank you very much ☺ |