SELECT_MULTI_TEXT

Returns an array of strings you selected. SELECT_MULTI_TEXT displays a list of the strings you supplied, and allows you to choose specific strings.

Format

SELECT_MULTI_TEXT (Strings)

Argument

 
Strings
An array of strings to be displayed.

Example

The following example illustrates the use of the SELECT_MULTI_TEXT function:
SELECT_MULTI_TEXT({"one", "2", "three", "we"})