
  CONST
    ofc$max_operator_message_size = 256;

  TYPE
    oft$operator_message = string ( * <= ofc$max_operator_message_size);
