HI,
This is my easy code to save, clear, and load again the array,
but dont work, what is the problem??
Tks
Rgs
SET ARRAY
Array Set Value at (0,0,0) to "Paris"
Text set text to array.at (0,0,0)
SAVE
BT_SAVE on clicked Array Download as JSON with filename "Data.json"
CLEAR
Array Set Value at (0,0,0) to ""
Text set text to array.at (0,0,0)
LOAD
BT_LOAD on clicked Array Load from JSON string "Data.json"
Text set text to array.at (0,0,0)