Edit

ChooseFromList (prompt, tabularText [, mode])

Presents the tabular data in a list, from which the user may select a row. Return value is normally the text of the selected row.
The optional mode parameter can contain keywords that affect the behaviour of the list:


"Drag" allows the user to reorder the list rows.


"All" will return all rows regardless of highlight (can combine "drag,all").


"Multiple" allows multiple rows to be selected (cannot combine).


Availability:  MWScript handlers

See Also:

Alert: Display an alert with up to 3 buttons

Ask: Very simple dialog box with controls

Say: Speak some text