I want to write data in console in random position. For example, if there 25 rows by 80 symbols and I want to write some number or char to second row and 60 symbol, I use something like this:
CALL Gprint(60,2,'H')
or this:
CALL Gprint(80,25,Arr)
where Arr
- 80*25 array of characters.
I am using Intel Fortran XE 14.