•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Legacy and Other Languages section within the Software Development category of DaniWeb, a massive community of 427,729 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,898 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Legacy and Other Languages advertiser: Programming Forums
Views: 880 | Replies: 4
![]() |
If a person composes a short program and hit's F5 or "run" the output will fit on the viewers screen.
I have composed a long program for homework purposes, and once I hit F5 or "run" I do not see the WHOLE program output. Only the bottom half. By hitting ANY button at that point, QBASIC redirects you back to the editing screen. In this case - How do I scroll though my screens output?
I have composed a long program for homework purposes, and once I hit F5 or "run" I do not see the WHOLE program output. Only the bottom half. By hitting ANY button at that point, QBASIC redirects you back to the editing screen. In this case - How do I scroll though my screens output?
"Never make someone a priority when all you are to them is an option"
•
•
Join Date: Oct 2006
Location: the Netherlands
Posts: 1,780
Reputation:
Rep Power: 11
Solved Threads: 185
You could 'pipe' the output to a text file:
Now all the output you had, will be in the txt-file
yourprogram.exe > output.txtNow all the output you had, will be in the txt-file
Last edited by niek_e : Apr 29th, 2008 at 3:06 am.
Want better/more replies to your questions? Wrap your code in [code] [/code] tags!
do NOT pm me for help, in the best case, you'll get ignored
do NOT pm me for help, in the best case, you'll get ignored
Yeah. Do it like in chunks. That would be the easy way out.
PRINT "As many lines as fits minus 2" INPUT "Press Enter To Continue" PRINT "More lines"
Toshiba M115 ● 1.49 GB DDR-2 RAM ● 1.6 GHz Centrino Duo ● 80GB HDD ● Windows XP Media Center Edition
I don't think that will work as you think. Its a little complicated, but since you seem to know Basic, do you mind I f I send you the program? Then you could show me where you think I would insert that language, as I show you why it might not work... yes/No?
"Never make someone a priority when all you are to them is an option"
![]() |
•
•
•
•
•
•
•
•
DaniWeb Legacy and Other Languages Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Programming FAQ - Updated 1/March/2005 (Computer Science and Software Design)
- Help in deciding...(bear in mind that i am new to c/c++) (C++)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: gwbasic <>
- Next Thread: Jess rules question



Linear Mode