{
{   This function is intended for use following a call to
{ CLP$CONVERT_DATA_TO_STRING.  Given a pointer to the "data representation"
{ produced by that request it returns a pointer to the first "line" of that
{ representation.  It is intended as a convenience; for use only in those cases
{ where the representation consists of exactly one "line".
{
{       CLP$DATA_REPRESENTATION_TEXT (REPRESENTATION):  TEXT
{
{ REPRESENTATION: (input)  This parameter specifies the data representation
{       produced by CLP$CONVERT_DATA_TO_STRING.
{
{ TEXT: (result)  The function's result specifies a pointer to the first "line"
{       within the representation.
{
