
  PROCEDURE [XREF] clp$internal_convert_to_string
    (    request: clt$convert_to_string_request;
     VAR work_area {input, output} : ^clt$work_area;
     VAR data_representation: ^clt$data_representation;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$convert_to_string_request
*copyc clt$data_representation
*copyc clt$work_area
*copyc ost$status
?? POP ??
