Retrieve the Label for the specified label index.
PLGetLabel( DatabaseName, LabelIndex )
DatabaseName (Character String) |
The full path and filename to the relevant database. The file extension is optional. |
LabelIndex (Integer) |
The index of the label to retrieve, between 1 and number of labels. |
A character string containing the label from the database or an empty string if either the database is invalid or label index is invalid.