vle-file->list
(vle-file->list filename
commentchar)
loads the text lines of specified file
'filename' as a
list of strings, ignoring all comment lines as defined by
'commentchar'
Arguments |
filename name of the file to be loaded |
Return |
list of file
lines; |
Example |
(vle-file->list
"MyData.dat" ";") |
Alias |
|
Remarks |
'filename'
is searched in all support pathes, if it does
not contain a path; |
© Bricsys NV. All rights reserved. |