(end_list)
End the processing of a dialog box list.
This function signals the end of processing a list in the current dialog box, which was begun by the start_list function.
Example
Code | Returns |
---|---|
(end_list) | nil |
NOTE You also use this function when creating list boxes and drop-down list boxes in DCL. For examples using this function in conjunction with DCL, see list_box and popup_list (drop-down list box).