Alias$

combit List & Label Designer

combit List & Label

Alias$

Purpose:

Returns the value that is specified for the key (first parameter) in the key/value-pairs (second parameter).

Parameter:

String          Expression for the value to be searched.

String          List of values (Form: <key=value>| [<key=value>]. To be able to use "|" or "=" in the value or key, place a "\" infront of it.

String (optional) Default if the value cannot be found.

Return value:

String

Example:

Alias$("USA", "DEU=Deutschland|USA=United States of America|GB=United Kingdom") Result: United States of America