Command Pick List Quick Pick...

The QuickPick command enables you to display a Pick List with several alternative strings.

Selecting the Quick Pick... menu item, opens the Quick Pick Editor:

Quick Pick Command Input

The alternative strings should be entered each on a single line, in the order in which you want them to be displayed in the Expansion Table.

Example

The following expansion:

I want a
{QuickPick}
blue
yellow
green
red
black
{/QuickPick}
car
  1. produces the text "I want a "
  2. and then displays the Pick List with the alternative colors mentioned inside the QuickPick command: Pick List in Expansion List
  3. Upon picking one of the displayed choices, the expansion resumes and produces the text that follows the QuickPick command: " car".