Jean-Louis Tourné
2023-01-24 08:35:32 UTC
Hello,
Is it possible in a rexx SAY instruction to suppress the CRLF character to avoid that the next SAY appears on a new line ?
I would like that the result of the second SAY instruction follows, on the same line, the result of the first SAY instruction.
Exemple :
SAY 'first line'
SAY 'second line'
Would appear as :
first line second line
and not as :
first line
second line
Thank you
Is it possible in a rexx SAY instruction to suppress the CRLF character to avoid that the next SAY appears on a new line ?
I would like that the result of the second SAY instruction follows, on the same line, the result of the first SAY instruction.
Exemple :
SAY 'first line'
SAY 'second line'
Would appear as :
first line second line
and not as :
first line
second line
Thank you