(add_list string)
Add some text to an existing dialog box string.
This function adds (or replaces) a string in the currently active dialog box. This function must follow the start_list function, which determines: (1) which string is affected; and (2) whether the string is added to or replaces another string.
Example
See start_list for example usage.
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).