summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 68e619a..b37342e 100755
--- a/src/doc
+++ b/src/doc
@@ -1789,6 +1789,12 @@ Commands for handling cell content:
==============================================================================
&Other functions&
+ @myrow
+ references current row
+
+ @mycol
+ references current column
+
@if({expr}, {expr}, {expr})
Conditional: If the first expression is true then the value of
the second is returned, otherwise the value of the third.