Crop a string
#include "dip_string.h"
dip_Error dip_StringCrop ( str, length )
Crops str to length characters.
Data type | Name | Description |
dip_String | str | String to be cropped |
dip_int | length | New string length |
StringAppend, StringCat, StringCompare, StringCompareCaseInsensitive, StringCopy, StringNew, StringReplace, UnderscoreSpaces