Framework:FKT CIF: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|CIF]] | |||
[[Category:Functions_-_server-side|CIF]] | [[Category:Functions_-_server-side|CIF]] | ||
[[de:Framework:FKT CIF]] | [[de:Framework:FKT CIF]] | ||
Revision as of 15:45, 23 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. |