Parent Topic: STRINGLI
char **AddStringList( target_list, source_list );
char **target_list;
The StringList to which the source_list will
be added.
char **source_list;
The StringList to be added to the target_list.
The modified target_list is returned.
See Also: DestroyStringList(), AddStringToList()