Determines whether a specified attribute value is the special Blank attribute value.
Syntax
unsigned char isBlankValue(char * value);
Parameters
Return values
Returns TRUE if the passed-in value equals the blank value or FALSE if it does not.
See also