Main
   Home
   About
   DiscussionBoard
Files
   About
   Submit
   Search
Downloads
   Action
   QB64
Links
   Link to us
QB45.org
[ Back to QB45 | FAQ | Search a message | Reply to this message | Back to messages ]

Raze on 12/11/15 - 10:43:27

My code goes like:
INPUT "What is your name"; A$
PRINT "Hello "; A$
PRINT "Hello "; A$
PRINT "Hello "; A$
PRINT "Hello "; A$
PRINT "Hello "; A$
INPUT "Had Enough"; B$
IF B$ = "yes" THEN PRINT "One more thing. Hey "; A$
IF B$ = "no" THEN PRINT "Hello "; A$; "Hello "; A$; "Hello "; A$; "Hello "; A$
INPUT "Had enough now"; C$
IF C$ = "yes" THEN PRINT "One more thing. Hey "; A$
IF C$ = "no" THEN PRINT "Hello "; A$; "Hello "; A$; "Hello "; A$; "Hello "; A$
INPUT "Now"; D$
IF D$ = "yes" THEN PRINT "One more thing. Hey "; A$
IF D$ = "no" THEN PRINT "Its enough for me. See ya! Oh and sorry for the glitches "
But for the print hello, in no(B$, C$ and D$) it prints it together. Any help or suggestions

Mike on 12/11/15 - 17:48:36

So, can you please give me detailed information on how your application runs including timing/user input and a graphical view of the application when it is run how it is supposed to work.

Reply to this message
Name:
Message:
Please enter this number:
No HTML allowed. You may use BB-code in your posting.
Members
Login
Register
QB45 Members
Member List