summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2023-06-01 13:52:50 -0300
committermongo <andmarti@gmail.com>2023-06-01 13:52:50 -0300
commit0b7d465aca59d2f0c761bc1912f52e3c0864bf83 (patch)
treecc8ebfa5d84b8e7b15aec6bf6f187fd2caec17ff
parentff27440a5c9ee2d404ebf7ecf1db5ab0f8dd9fe6 (diff)
Added @mycol and @myrow
-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.