Hello Experts,
I wanted to write one row with yellow color.
I had used as
FORMAT INTENSIFIED COLOR COL_TOTAL ON.
WRITE:/ 'Hi',
/ 'Neha'.
FORMAT COLOR OFF.
But in output I want whole line should be colored instead of text.
Can anybody suggest me how we can do that?
Thanks,
Neha