#VarIF ---+++ IF{"condition" ...} -- simple conditionals * Evaluate a condition and show one text or another based on the result. See details in IfStatements * Syntax: =%<nop>IF{"CONDITION" then="THEN" else="ELSE"}%= shows ="THEN"= if ="CONDITION"= evaluates to =TRUE=, otherwise ="ELSE"= will be shown * Example: =%<nop>IF{"defined FUNFACTOR" then="FUNFACTOR is defined" else="FUNFACTOR is not defined"}%= renders as =%IF{"defined FUNFACTOR" then="FUNFACTOR is defined" else="FUNFACTOR is not defined"}%= * Related: [[SpreadSheetPlugin#FuncIF][$IF()]] of SpreadSheetPlugin
This topic: TWiki
>
WebHome
>
TWikiVariables
>
VarIF
Topic revision: r2 - 2007-07-28 - TWikiContributor
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.VarIF
.