reading a text file
Sorry for the (probably) stupid question.
I have a text file consisting of numbers, and want to read it as list into [zl reg].
Any pointers to relevant help files or tutorials?
Anyone?
I would think that read/write of a text file is a basic feature.
well, have a look at the [text] object.
it should be pretty simple to read the numbers from the file using e.g. the line message. extra work might be waiting for you, depending on the format in which those numbers are represented in the file.
v
Thanks, it looks suitable for me.