- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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=
.
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=
.
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page