PDA

View Full Version : Parsing Tables



Fot5
November 26th, 2010, 20:10
Two questions:

1) Can you parse multiple tables in a table data file? For example, would something like the following work?

ZTable
Name;Table 1
Description;T1 Description
Col;{number},{label}
Row;{from},{to},{result},{resultn}
. . .

ZTable
Name;Table 2
Description;T2 Description
Col;{number},{label}
Row;{from},{to},{result},{resultn}
. . .

2) If so, is there a delimiter that needs to be specified to end the table? I'm asking because when I tried to parse a table file as shown above, all of the rows ended up in a single table.

Fot5
November 26th, 2010, 22:06
Doi, forget it. I had Ztable instead of ZTable.