Search found 2 matches

by mtnhank
Sun Oct 02, 2005 10:05 pm
Forum: QBasic / QuickBasic related
Topic: First program problem.
Replies: 3
Views: 1918

reply to "try this site"

Hello,
I'm not sure how this forum thing works so this may not get to the person I intend.

Thanks to Dr_Davenstein for the reply to my post: "My First Program". The website you directed me to was very informative and complete; all versions of quickbasic.

I tried to go the the Realbasic.tk link ...
by mtnhank
Sun Oct 02, 2005 7:44 pm
Forum: QBasic / QuickBasic related
Topic: First program problem.
Replies: 3
Views: 1918

First program problem.

Hello,
I am new to QuickBasic and just wrote the first program in the book I am studying. I entered the following text in the View window as instructed:

CLS
PRINT "Let's get down to Basic."
PRINT "We'll begin by using the View Window."
PRINT "Say, this is easy."
PRINT "Goodbye, for now."

I then ...