abfMessage()
Adds a message to the ABF file which is displayed in the message log.
Syntax
voidabfMessage(const char *mess);
Inputs
- mess
 - The message to be displayed.
 
Example
abfMessage("Some values were truncated.");
    Comments
If the translator is not invoked as an external reader, the message is output to stderr.