Hi all,
I'm trying to display a line to the use that looks like this :
// WORK='500,200',
I read in this line into a variable in my rexx program. Let's call it MSG. So MSG contains that exact string. No problems up to that point.
Now I use LINE_AFTER to display it and I get a code 20.
address 'ISREDIT'
"ISREDIT LINE_AFTER 1= NOTELINE '" MSG "'"
I've tried any combination I could think of with the single and double quotes and it nevers does what I want. Any of you have ever succeeded in displaying a line with quotes in them with that command ? I just need a working example.
Thanks,