Copy a String
#include "dip_string.h"
dip_Error dip_StringCopy ( new, src, resources )
Thsi function copies string src to new.
Data type | Name | Description |
dip_String * | new | Pointer to a destination dip_String strcture |
dip_String | src | Source string |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
StringAppend, StringCat, StringCompare, StringCompareCaseInsensitive, StringCrop, StringNew, StringReplace, UnderscoreSpaces