Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.4.8.9. writeChars (Class Method)
Writes the
string
to the file named
filename
, by default in
append
mode.
Example 5.248. Write a text file into an array
.File
~
writeChars
(
filename
,
string
)
-- by default appends the string to the file
Prev
5.4.8.8. temporaryPath (Class Method)
Up
Home
Next
5.4.8.10. writeLines (Class Method)