IF{"condition" ...} -- simple conditionals 
 
-  Evaluate a condition and show one text or another based on the result. See details in IfStatements
-  Syntax: %IF{"CONDITION" then="THEN" else="ELSE"}%shows"THEN"if"CONDITION"evaluates toTRUE, otherwise"ELSE"will be shown
-  Example: %IF{"defined FUNFACTOR" then="FUNFACTOR is defined" else="FUNFACTOR is not defined"}%renders asFUNFACTOR is not defined
-  Related: GET, SET, IfStatements, $IF() of SpreadSheetPlugin, QuerySearch
 
This topic: TWiki
 > WebHome > 
TWikiVariables > VarIF 
 
Topic revision: r3 - 2011-04-04 - TWikiContributor