abfLabelDatatype()

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

Syntax

voidabfLabelDatatype(const char *label);

Inputs

label
The new label string.

Example

abfNewDatatype("Acceleration With Regard to Node 1492");
abfOpenDatatype("Acceleration With Regard to Node 1492");
abfLabelDatatype("acc"):

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.