Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie workin on class project need some insight
#21
Quote:Ok back to the books!!!

Assuming you are talking about me. :rotfl:[/quote]
quote="Deleter"]judging gameplay, you can adaquately compare quake 4 with pong[/quote]
Reply
#22
No, no, I am sorry. I was trying to highlight that code, and it did not work....so back to the books for me. I have been reading past post and thought was understanding what Oracle had posted to me. Alteast I know how to post the code in a cool box now. Big Grin
assman exits stage left
Reply
#23
to highlight it its

[syntax="qbasic"]PRINT "yo"[/syntax]
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#24
I did it wrong again.
assman exits stage left
Reply
#25
no... it's

[syntax="qbasic"]
'Put code here
[/syntax]
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#26
Oh :lol: , hehe. I thought you were saying I needed to go back to the books for forgeting something so simple. Smile

I'll try it.

[syntax="qbasic]
Code:
PRINT "I can't beleive I thought that"
INPUT "Is torahteen dumb?", answer

IF answer="yes" THEN
PRINT "You think he is dumb?! That's not nice"

ELSE PRINT "Oh, good. I was afraid you'd say yes."
[/syntax]
Big Grin

Edit, I put the syntax tags outside.
Edit 2, :o Hmm...
quote="Deleter"]judging gameplay, you can adaquately compare quake 4 with pong[/quote]
Reply
#27
dont put code tags
you forgot the end quote =P

in the code you forgot the END IF
the input isn't a string

[syntax="qbasic"]PRINT "I can't beleive I thought that"
INPUT "Is torahteen dumb?", answer$
IF answer$="yes" THEN
PRINT "You think he is dumb?! That's not nice"
ELSE
PRINT "Oh, good. I was afraid you'd say yes."
END IF[/syntax]
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#28
Hehe, I knew that.
quote="Deleter"]judging gameplay, you can adaquately compare quake 4 with pong[/quote]
Reply
#29
something so simple and I can't get it
assman exits stage left
Reply
#30
Just wanted to thank everyone for there help on this one, I PASSED!

Thanks again

Don
assman exits stage left
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)