Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 1 Nov 2003 08:45:37 -0000 1.17 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 11 Dec 2003 21:39:57 -0000 1.18 @@ -631,14 +631,14 @@
template::multirow append datasourcename value [value ...]
appends the row to an existing multirow.
template::multirow pop datasourcename
-
pops a row off an existing multirow, returning a list of the rows keys and values
+
pops a row off an existing multirow, returning a list of the rows keys gand values
template::multirow size datasourcename
returns the rowcount
template::multirow columns datasourcename
returns the columns in the datasource
template::multirow get datasourcename rownum [column]
returns the row of of data (or the particular row/column if column is provided)
-
template::multirow get datasourcename rownum column value
+
template::multirow set datasourcename rownum column value
set an element value
template::multirow foreach datasource code
evaluate code block for each row (like db_foreach)