From 094171cdd842865ac9525b7e81d6ef1742075bcb Mon Sep 17 00:00:00 2001 From: andmarti1424 Date: Sun, 10 Dec 2017 15:24:09 -0300 Subject: Added @if example in doc --- src/doc | 3 +++ 1 file changed, 3 insertions(+) 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& -- cgit v1.2.3