abfAnnotateFile()

Attaches a comment to the currently open ABF file.

Syntax

void abfAnnotateFile(const char *message);

Inputs

message
The comment text.

Example

abfAnnotateFile("This file contains data from 1998");

Comment

The comment is displayed in the message log when it is first referenced by the program.