|
|
It is possible to read values by the #read-statement.
It is no problem when the used file has only one line.
But for typing it is much easier if the file has more lines.
But this causes an error. Any hints how to read a multi-line
file?
Example : <0,0,0>,<2,3,5>,<5,7,8> reads correct
but
<0,0,0),
<2,3,5>,
<5,7,8>
causes an error.
Hartmut
Post a reply to this message
|
|