[Name] LISTBOX [Description] Listboxes allow users to choose none, some, or all of the items it contains. This listbox shows a static text box and a button, when the button is pressed, another dialog pops up enabling the user to choose and filter their list items. (from GUI page) LOOKUP DIRECTIVE! (IN BOTH SYNTAX AND EXAMPLES) This type (and other types mentioned below which essentially evaluate to this one, like ATTRLIST) supports the "NO_SORT" flag which allows the order of the options to remain meaningful. See PR:38908. Enabled option NO_SORT which means items will be shown in the order they appear in the configuration string, and selected items will not be moved to the top. If a tree selection widget is desired, use FME_DELIM to specify the delimiter in which each item of the tree should be separated by. IMPORTANT NOTE: The FME_DELIM macro MUST be the first macro; it cannot go later in the list. In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: LISTBOX [%]* PARAMETER_PROMPT: