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