Framework:FKT CIF: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


<span {{CoPFormel}}>FKT_CIF(<condition>,<True-Part>,<False-Part>)</span>
<span {{CoPFormel}}>FKT_CIF(<condition>,<True-Part>,<False-Part>)</span>


{|class="wikitable" width="80%"
{|class="wikitable" width="80%"
Line 18: Line 17:
|the value which is returned if the expression is false.  
|the value which is returned if the expression is false.  
|}
|}
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].





Revision as of 08:34, 24 May 2012

Function

FKT_CIF(<condition>,<True-Part>,<False-Part>)

Parameter Description
condition the expression to be analysed.
True-Part the value which is returned if the expression is true.
False-Part the value which is returned if the expression is false.

This function belongs to server-side functions.