HM_strchkint()

Checks the characters in a string for those considered valid for an integer field.

Syntax

int HM_strchkint(char * string);

Type

HyperMesh hmlib Function

Description

Checks the characters in a string for those considered valid for an integer field.

Inputs

string
A pointer to a string.

Example

Zero, if all of the characters in the string are ‘ ‘, ‘0’-‘9’, ‘+’, or ‘-‘; otherwise, nonzero.

Errors

None.