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.5. readLines (Class Method)
Reads the text lines of the file
filename
into an array and returns it.
Example 5.244. Read a text file into an array
arr
=
.File
~
readLines
(
filename
)
Prev
5.4.8.4. readChars (Class Method)
Up
Home
Next
5.4.8.6. searchPath (Class Method)