Jump to content

Append a record to the end of a text file: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Initial FutureBasic task solution added)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 4,710:
 
To append a record to an existing file in a CLI script, a little digging is required as the method to do this (''File.openWithFlags'') is currently undocumented. However, the following works fine.
<syntaxhighlight lang="ecmascriptwren">import "io" for File, FileFlags
 
var records = [
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.