Skip to content

Commit

Permalink
fwa append option
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 authored Jan 30, 2024
1 parent d7aee01 commit a740616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Scripting-Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ The script itself is also stored on the file system with a default size of 8192
`fsm` return 1 if filesystem is mounted, (valid SD card found)
`res=fsi(sel)` gets file system information, sel=0 returns total media size, sel=1 returns free space both in kB
`fra(array fr)` reads array from open file with fr (assumes tab delimited entries)
`fwa(array fr)` writes array to open file with fr (writes tab delimited entries)
`fwa(array fr (a))` writes array to open file with fr (writes tab delimited entries and line feed at end) the optional a parameter ommits the linefeed for appending arrays
`fz(fr)` returns file size
`fa(fr)` returns number of available bytes in open file stream
`fs(fr pos)` seek to file position pos
Expand Down

0 comments on commit a740616

Please sign in to comment.