Access and modify rows and columns of a multirow data source.
multirow getname index column +multirow get name index column-Get a particular column value or a reference to an entire @@ -20,24 +24,21 @@ for the row specified by index.
-multirow setname index column value +multirow set name index column value-Set the value of a column in a specified row.
multirow sizename +multirow size name-Get the number of rows in the data source.
-multirow createname column [column ...] +multirow create name column [column ...]-Set up a new multirow data source. This is an alternative to having db_multirow create the data source.
-multirow appendname value [value ...] +multirow append name value [value ...]-Add a row at the end of the data source. Extra values are dropped, missing values default to the empty string
multirow mapname body +multirow map name bodyEvaluate body for each row of the data source, and return a list with all results. Within the body, all columns of the