Returns the string you selected. SELECT_TEXT displays a list of strings from which you can choose a specific string.
Format
SELECT_TEXT (Strings)
Argument
Strings | An array of strings to be displayed. |
Example
The following example illustrates the use of the SELECT_TEXT function:
SELECT_TEXT({"one", "yes", "maybe"})