FAXL3: ActionGetListSelectedID
From fringDocumentation
ActionGetListSelectedID
Returns the ID of the selected item in a TextListControl or TextIconListControl.
Element ActionGetListSelectedID
The following are the elements or building blocks comprising an ActionGetListSelectedID:
| Required | Direction | Name | Type | Description |
| Required | IN | argListControlGuiName | string/ref | Contains the GUI name of the list. |
| Required | OUT | argListItemIDVarName | string/ref | Contains the FAXL variable name of where to store the ID of the selected item. |
FAXL Syntax
<ActionGetListSelectedID> <IN> <argListControlGuiName> <value>myList</value> </argListControlGuiName> </IN> <OUT> <argListItemIDVarName> <value>myVarSelectedID</value> </argListItemIDVarName> </OUT> </ActionGetListSelectedID>