Index: openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp 8 Nov 2017 09:42:11 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.adp 27 Mar 2018 11:18:00 -0000 1.4 @@ -138,7 +138,7 @@ and you'd use pass-by-reference.

The transformation of the array into a list and back to an array takes, in our test environment, approximately 10 microseconds per entry of 100 character's -length. Thus you can process about 100 entries per milisecond. The +length. Thus you can process about 100 entries per millisecond. The time depends almost completely on the number of entries, and almost not at all on the size of the entries.

You implement pass-by-reference in Tcl by taking the name of an array as an argument and upvar @@ -238,4 +238,4 @@ forms dynamically" homeLink="index" homeLabel="Home" upLink="dev-guide" upLabel="Up"> - \ No newline at end of file +