Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

cursor position after write to ttyout in quickwin?

jim_cox
Beginner
442 Views
It must be Friday - I'm playing with old code

Trying to make a QuickWin project

The existing code uses statements like

WRITE(TTYOUT,1090)
1090 FORMAT(1X,/,' Enter month for data? ',\\)

Expecting that the non-advance specifier "\\" will leave the cursor at the end of the printed text.

But with QuickWin it appears that using that specifer leaves the cursor at the start of the line and displays no text until the next write

Is it possible to get QuickWin to leave the cursor at the end of the string? and if so how?

Thankx yet again

Jim

=mjc=
.

0 Kudos
0 Replies
Reply