From cb76683a4ba3a229c22470e9a4a6281185291240 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 18 Oct 2002 16:33:27 +0000 Subject: [PATCH] clear up docs on index, iteration and rownum --- docs/designers.sgml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/designers.sgml b/docs/designers.sgml index 0a3cacc9..30255e67 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -2277,7 +2277,7 @@ e-mail: jane@mydomain.com<p> If the step and start section properties are not modified, then this works the same as the iteration section - property. + property, except it starts on 0 instead of 1. @@ -2362,7 +2362,9 @@ e-mail: jane@mydomain.com<p> NOTE: This is not affected by the section properties start, step and - max, unlike the index property. + max, unlike the index property. Iteration also starts with 1 + instead of 0 like index. rownum is an alias to iteration, they work + identical. section property iteration @@ -2461,7 +2463,8 @@ e-mail: jane@mydomain.com<p> rownum rownum is used to display the current loop iteration, - starting with one. + starting with one. It is an alias to iteration, they work + identically. section property rownum