summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-12-10 15:24:09 -0300
committerandmarti1424 <andmarti@gmail.com>2017-12-10 15:24:09 -0300
commit094171cdd842865ac9525b7e81d6ef1742075bcb (patch)
tree4f8b676632e46fd0df99bf3dd4127534888b9826
parent9e74ba943cf9db90461890705d5b0d2428b996f0 (diff)
Added @if example in doc
-rwxr-xr-xsrc/doc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 9754488..5c03e5a 100755
--- a/src/doc
+++ b/src/doc
@@ -1320,6 +1320,9 @@ Commands for handling cell content:
Conditional: If the first expression is true then the value of
the second is returned, otherwise the value of the third.
example of use: @if(@eqs(A1,"a"),B1,0)
+ example of use with string expression: @if(A1>100,"over","not enough")
+ Remember string expressions should be entered by typing \"
+
==============================================================================
&LUA Scripts and Triggers&