Index: openacs-4/packages/acs-core-docs/www/db-api.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api.adp,v diff -u -N -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-core-docs/www/db-api.adp 2 Mar 2019 19:30:04 -0000 1.5.2.2 +++ openacs-4/packages/acs-core-docs/www/db-api.adp 1 Nov 2019 13:16:18 -0000 1.5.2.3 @@ -282,7 +282,7 @@ situations).

You may supply a code block, which will be executed for each row in the loop. This is very useful if you need to make computations that are better done in Tcl than in SQL, for example using -ns_urlencode or ad_quotehtml, etc. When the Tcl code is executed, +ns_urlencode or ns_quotehtml, etc. When the Tcl code is executed, all the columns from the SQL query will be set as local variables in that code. Any changes made to these local variables will be copied back into the multirow.

You may also add additional, computed columns to the multirow,