Framework:FKT Choose: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 15: Line 15:
|}
|}
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].


==Result==
==Result==

Latest revision as of 08:34, 24 May 2012

Function

FKT_Choose(<Index>,<value 1 till n>)

Parameter Description
Index name of the dimension
value 1 till n the value to be returned corresponds to the index

This function belongs to server-side functions.

Result

Provides the value 1 till n corresponding to the index

Example

FKT_Choose(FKT_GetLevel(‘PC/KST’,1),Green, Blue, Red) In this case the result would be green.