- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am building a simulation using QwickWin and want to continuously update the display of the results. How do I get the window to display before the program ends? I get no error messages & the result displayed at the end is correct. I just do not get the intermediate reults. Can anyone point me to the examples or documentation that would explain this?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could say what you are doing now... Anyhow I'll guess that you want to overwrite using WRITE, here is an example:
program demo ! compile /ccdefault:fortran use dflib integer i do i = 1, 10 write (6, '(''+'',i)') i call SleepQQ (500) end do endJames
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