You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
Hi @fanoush,
That's a great idea too. Did not strike me.
Thanks a lot!
I will try it out as well.
Hi @fanoush,
That's a great idea too. Did not strike me.
Thanks a lot!
I will try it out as well.
or you can write it back to storage as binary (or initally save it already like that instead of text csv) and then you could read it directly into array via https://www.espruino.com/Reference#l_Storage_readArrayBuffer Then you could iterate over all of them like you can with the big string now. see the Description there.