dlg_add_list

int dlg_add_list (char *string);


Add text to an existing dialog box string.


This function adds (or replaces) a string in the list of the currently active dialog box. This function must follow the dlg_start_list function, which determines: (1) which string is affected; and (2) whether the string is added or replaces another string.

Tell me about...

dlg_start_list

Programming Overview of SDS™ (Solutions Development System™)