[q-lang-cvs] qcalc/doc qcalc.xml,1.16,1.17
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-17 15:29:33
|
Update of /cvsroot/q-lang/qcalc/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26201/doc Modified Files: qcalc.xml Log Message: update documentation Index: qcalc.xml =================================================================== RCS file: /cvsroot/q-lang/qcalc/doc/qcalc.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** qcalc.xml 17 Nov 2007 12:53:05 -0000 1.16 --- qcalc.xml 17 Nov 2007 13:23:54 -0000 1.17 *************** *** 263,267 **** <para> ! These functions are used inside formulas to access the row and column indices of the cell currently being computed. The index function returns both indices as a pair <literal>(I,J)</literal> where <literal>I</literal> and <literal>J</literal> are the zero-based row and column indices, respectively. Thus <literal>A1</literal> will be returned as <literal>(0,0)</literal>, <literal>A2</literal> as <literal>(1,0)</literal>, <literal>B1</literal> as <literal>(0,1)</literal>, etc. The <literal>row</literal> and <literal>column</literal> functions return only the row and column number, respectively. </para> --- 263,267 ---- <para> ! These functions are used inside formulas to access the row and column indices of the cell currently being computed. The <literal>index</literal> function returns both indices as a pair <literal>(I,J)</literal> where <literal>I</literal> and <literal>J</literal> are the zero-based row and column indices, respectively. Thus <literal>A1</literal> will be returned as <literal>(0,0)</literal>, <literal>A2</literal> as <literal>(1,0)</literal>, <literal>B1</literal> as <literal>(0,1)</literal>, etc. The <literal>row</literal> and <literal>column</literal> functions return only the row and column number, respectively. </para> |