
 TYPE
{
{   The ANSI UHLA labels contain the following fields:
{
{   CP         Field Name             Content
{ 1 .. 3    Label Identifier          'UHL'
{   4       Label Number              alpha-numeric
{ 5 .. 80   Reserved to Applications  alpha-numeric
{
    fst$ansi_uhla_label = record
      label_identifier: string (3),
      label_number: string (1),
      reserved_to_applications: string(76),
    recend;
