Hi, I'm trying to print a form with a string justified on the right margin of the page
On version 8.0 of rmcobol I used the function P$TextOutRightJ but on rm12 it doesn't work
The string is not costant so I can have "abcdefgh" "abcd " "ab " etc, and with the P$TextOutRightJ I had always the last right characters of the string
aligned on the right of the position I want
Example
77 MEP-DESCIVADOC PIC X(55).
call "P$TextOutRightJ" using STRING 19,5 27,60
How can do this ?
Many thanks to all