Index: openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html,v diff -u -r1.48.2.1 -r1.48.2.2 --- openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 21 Aug 2013 10:19:28 -0000 1.48.2.1 +++ openacs-4/packages/acs-core-docs/www/programming-with-aolserver.html 27 Aug 2013 10:52:32 -0000 1.48.2.2 @@ -60,7 +60,7 @@ return can be used in circumstances where the procedure will only be called from two levels deep.

Returning More Than One Value From a Function

-Many functions have a single return value. For instance, empty_string_p +Many functions have a single return value. For instance, util_email_valid_p returns a number: 1 or 0. Other functions need to return a composite value. For instance, consider a function that looks up a user's name and email address, given an ID. One way to implement this is to return a three-element