
  TYPE
    cst$locate_accuracy = record
      start_x: cst$locate_x_accuracy,
      end_x: cst$locate_x_accuracy,
      x_increment: cst$locate_x_accuracy,
      start_y: cst$locate_y_accuracy,
      end_y: cst$locate_y_accuracy,
      y_increment: cst$locate_y_accuracy,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc cst$locate_x_accuracy
*copyc cst$locate_y_accuracy
?? POP ??
