MoneyWorks Manual
Edit
!--sphider_noindex-->
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