Arbortext Command Language > Using the Arbortext Command Language > list_response
  
list_response
The list_response function presents the user with a number of choices in a scrolling list panel. The list is passed as an array variable. For example, to create a list with four choices, enter on the Arbortext Editor command line:
split("red green blue black", $a)
$choice=list_response($a, "Choose a Color")