TextIn

Text file input

Syntax

TextIn options

Options

Inlets

Outlets

Comments

TextIn reads text files line by line. You can process all the lines at once using the "all" inlet, or read them one at a time using the "next" inlet. The "next" inlet is useful if you want to synchronize file reading to another event (e.g., from a Ticker transform).

See Also

TextOut
FilePicker
Ticker