Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.76 -r1.77 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 14 May 2018 13:22:24 -0000 1.76 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 17 May 2018 07:43:24 -0000 1.77 @@ -257,7 +257,7 @@

-export

-

This options allows to export data in current page environment to the page receiving the form. +
This options allows one to export data in current page environment to the page receiving the form. Variables are treated as "hidden" form elements which will be automatically generated. Each value is either a name, in which case the Tcl variable at the caller's level is passed to the form if it exists, or a name-value pair.