HM_strdel()
Deletes a string of characters from a string.
Syntax
char * HM_strdel(char * string, int position, int length);
    Type
HyperMesh hmlib Function
Description
Deletes a string of characters from a string.
Inputs
- string
 - A pointer to a string that is to have characters deleted.
 - position
 - The position in the string where deletion should start.
 - length
 - The number of characters that should be deleted.
 
Example
A pointer to the string.
Errors
None.