Parent Topic: STRINGLI

AddStringList()

The AddStringList() function is used to add the contents of one StringList to another StringList. The StringList being added to is returned with the second StringList added to the end. The second string list is unaffected.

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()


Parent Topic: STRINGLI
About PCI Help Gateway