Determines whether the attribute value is the special Ignore value for the attribute with the specified name or at the specified position in the attribute list.
Syntax
unsigned char isIgnore(char * name); unsigned char isIgnore(int pos);
Parameters
Return values
Returns 1 for True if the attribute value equals the special Ignore value or 0 for False if it does not.
See also