Search found 6 matches

by pronoland
Wed Mar 21, 2007 12:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: how to view output while program is running
Replies: 5
Views: 14090

how to view output while program is running

How can I see my output as it is being generated? is there any way I can view my output file (either the one generated by the PRINT command, or the one generated by theWRITE command?
by pronoland
Fri Mar 16, 2007 12:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: TRACE- VIEW OUTPUT AS IT IS GENERATED
Replies: 2
Views: 7362

TRACE- VIEW OUTPUT AS IT IS GENERATED

HOW CAN I VIEW OUTPUT AS IT IS GENERATED, SO I CAN SEE WHERE IN THE PROGRAM I AM
by pronoland
Fri Mar 16, 2007 12:35 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: nested do loops
Replies: 1
Views: 5101

nested do loops

HOW DO I:

K = O
DO WHILE K < 15
K=K+ 1
L=0
DO WHILE L <200
I(L) =0
LOOP
LOOP

END
HOW DOES basic know which loop goes with whichdo statement?
by pronoland
Mon Feb 12, 2007 7:17 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Stupid question but i really need help!
Replies: 20
Views: 32268

Re: STARTING QBASIC

[how do I start the qbasic compiler?[quote][/quote]
by pronoland
Mon Feb 12, 2007 6:15 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Stupid question but i really need help!
Replies: 20
Views: 32268

STARTING QBASIC

PETE SAID TO EXECUTE QBasic.exe, but this file did not come with the download I did. can anyone help a newbee trying to get started with
QBasic? :cry: :cry:
by pronoland
Sun Feb 11, 2007 6:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Stupid question but i really need help!
Replies: 20
Views: 32268

Re: Stupid question but i really need help!

Iam the newist of the new qbasic users. willyou help me get started?
I think I need an editor first, to write my code. then a compiler, right?
Where can I download these? is therea set of guidelines on how to get
started?