UI list box
From UBot Studio
This command is a UI Command. This command creates a list box on the UI panel tied to a specific variable.
Example
navigate("http://ubotstudio.com/playground/simple-form", "Wait") ui list box("Select a Month", "january,february,march,april", #select) type text(<username field>, #select, "Standard")
Selecting a list item from the list box and running the script navigates to a webpage and inserts the value of the list box into the specified field using the list box's variable.