Hello,
I tried to use the Screen Section, with B picture. Using the following code and compiling using the command cobc -free -x -o test test.cob and executing the code ./test.
Following docs, B is blank and X is alphanumeric. But it only prints the raw string without inserting spaces. How can I print the tildes with spaces in between ?
Thanks for your answers !
Damay--Glorieux.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I tried to use the Screen Section, with B picture. Using the following code and compiling using the command
cobc -free -x -o test test.coband executing the code./test.Following docs, B is blank and X is alphanumeric. But it only prints the raw string without inserting spaces. How can I print the tildes with spaces in between ?
Thanks for your answers !
Damay--Glorieux.
Have you tried to print LINE ? It has the pic string... I would guess the AFFICHAGE is just display item? But I have not not much with Screens.....