Index: openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp,v diff -u -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 3 Sep 2021 09:16:19 -0000 1.7.2.3 +++ openacs-4/packages/acs-templating/www/doc/exercise/ats-for-designers.adp 6 Jun 2023 09:30:30 -0000 1.7.2.4 @@ -133,7 +133,7 @@ with quantitative values, so conditions like less than, greater than, and (not) between can also be used with text to determine alphabetical order: a < b < ... < -z, lower-case letters are greater than upper-case, and +z, lowercase letters are greater than uppercase, and numbers less than letters. Example: "you" are greater than "me", and "I" am less than "you"
  • the "between" conditions checks inclusively, so @@ -176,11 +176,11 @@