Hello,use
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
On Tuesday, January 24, 2023 at 3:36:13 AM UTC-5, Jean-Louis Tourné wrote:
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 ?use
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'
call charout ,"first line '
say 'second line'
Note that I had to add a space to the literal for first line to create the separation.
Would appear as :
first line second line
and not as :
first line
second line
Thank you
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 168:12:53 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,545 |