Skip to content
Prev 168130 / 398502 Next

IO: streaming input data

Hello -

I need to read in some tables that are embedded within data files like this:

line 1
line 2
data table
01000
10110
00011
end table
line 3
line 4

Is there any way to read just the data by telling an input device to start
reading when it encounters the keyword "data table" and stop reading at "end
table"?

Thanks in advance,
Jesse