String[]
Returns the fields of the lines For example: for each row in fileA.lines do display row.field for each f in row.field do // Display field display f end end