Yes, now we are talking about the same thing.
Could you just give an example with a variable x-position.
How do you copy the x-position into the print-statement???
I think I will have no problems with blanking since I want to write [ 1% ], [ 10% ], [ 100% ].
As you can see the text is getting...
Excuse me, but I think we are still talking about different things.
Again, I am writing a line with write(*,*) "..." on the screen. The subroutine GOTOX shall print in the same line (wherever it is) at position xhlp=X-len_trim(str) the string str.
For instance X may be 90 and str="100%". This...
Ok,
here is my example.
The subroutine gotox(..,..) shall print a string at position X=X-LEN_TRIM(str).
Unfortunately, I cannot replace the characters "81" by // strhlp(1:LEN_TRIM(strhlp)) // ...
SUBROUTINE GOTOX(X, STR)
!
INTEGER, INTENT(in) :: x
CHARACTER (LEN=*), INTENT(in) :: str...
Hi,
I want to write a progressbar.
The vertical position depends on what has been written in the shell before the program prints the following line.
The progress shall be described with a bar and number (50%). Therefore I need to jump with the cursor....
Example:
** Copying dataset to ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.