You can allow the user to pick several items from a choice list. To do this, you will need to (1) define an array to hold each selection as it is made, (2) display the choice list, (3) create a loop that calls cl_rd() and copies the next selection to the array until the user exits the choice list, and (4) removes the choice list from the screen.
A code example showing how to do this follows:
|
|
|
|
|
|
|
|
|