-->
Page 2 of 2

Re: file system in espBASIC

PostPosted: Thu May 18, 2017 12:59 am
by Mmiscool
All commands are in the docs.

The following link should take you to the proper spot in the docs.
https://docs.google.com/document/d/1EiY ... ehf2kl2n08

Re: file system in espBASIC

PostPosted: Thu May 18, 2017 1:06 am
by Mmiscool
The following example uses the read and write functions to store ir codes for a remote control.

https://www.instructables.com/id/Easies ... l-Via-WIF/

Re: file system in espBASIC

PostPosted: Thu May 18, 2017 7:30 pm
by Aussie_Barry
Mmiscool wrote:The following example uses the read and write functions to store ir codes for a remote control.

https://www.instructables.com/id/Easies ... l-Via-WIF/

Thanks Michael,

That's what I was looking for :D
The documents outline what the commands do but rarely show examples of how the syntax is applied.

Cheers
Barry

Re: file system in espBASIC

PostPosted: Mon Jul 30, 2018 12:02 pm
by mbenitez01
It would be nice to have readline functionality...and a couple of other features similar to SPIFF.. (keep track of line number, seek in line...) and so on