| 
 Re: Oh, yeah... 
 Jimmy Of York, on host 208.157.22.191
  Sunday, February 6, 2000, at 06:54:14
  Re: Oh, yeah... posted by Kaz! on Friday, February 4, 2000, at 22:00:23:
> In the code that I just copied into this text box, there are some parts missing. That's because, as part of the code, I had to use the greater than and less than signs. This "is not equal to" sign is a less than sign followed by a greater than sign, for example. However, Rinkforum has a way of deleting those signs when they get posted as messages. > > Some of the mistakes I was able to catch include: > > > DO: LOOP UNTIL INKEY$  "" > > CLS > > should be Do: Loop until Inkey$ (does not equal) "" > > > DO > >     Hi$ = INKEY$ > >     IF UCASE$(Hi$) = "Y" THEN RUN > > LOOP UNTIL Hi$  "" > > again, this should be Loop until Hi$ (does not equal) "". > > Making these two changes should make this program function properly. Also, the version of the program that I e-mailed to shadowfax should perform as advertised. > > -Kaz!
 
  Qbasic!  I got Qbasic a few days ago and i've made some ok pregrams, i don't know a lot of the commands you used, but I made a pong program, a little racing game, a tic tac toe game, and lots of screen savers.  If anyone wants them, then tell me, but i sorta doubt anyone does. 
 |