Determines whether the value is the special Blank value for the attribute with the specified name or at the specified position in the attribute list.
Syntax
unsigned char isBlank(char * name); unsigned char isBlank(int pos);
Parameters
Return values
Returns TRUE if the attribute value equals the blank value or FALSE if it does not.
See also