DIPlib Documentation - ©1995-2005 Pattern Recognition Group, Delft University of Technology.

dip_StringCrop

Crop a string

SYNOPSIS

#include "dip_string.h"

dip_Error dip_StringCrop ( str, length )

FUNCTION

Crops str to length characters.

ARGUMENTS

Data typeNameDescription
dip_StringstrString to be cropped
dip_intlengthNew string length

SEE ALSO

StringNew, StringCopy, StringCompare, StringCompareCaseInsensitive, StringCat, UnderscoreSpaces

DIPlib on-line documentation | Function reference | Global function index