reading a text file

broc's icon

Sorry for the (probably) stupid question.
I have a text file consisting of numbers, and want to read it as list into [zl reg].

broc's icon

Any pointers to relevant help files or tutorials?

broc's icon

Anyone?

I would think that read/write of a text file is a basic feature.

volker böhm's icon

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

broc's icon

Thanks, it looks suitable for me.