abfLabelRequest()

Associates a secondary identifier or label with the currently open request.

Syntax

voidabfLabelRequest(const char *label);

Inputs

label
The new label string.

Example

abfNewRequest("Head of Driver Dummy");
abfOpenRequest("Head of Driver Dummy");
abfLabelRequest("head1"):

Comments

Labels are used as secondary identifiers to simplify accessing the data through the program. They are especially useful when the original type name is long or difficult to remember.