Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Who here is VERY good at troubleshooting QB programs?
#34
Code:
FOR I=1 TO 10
      INPUT "ENTER THE NUMBERS FOR THIS FIRST ENTRY, EACH FOLLOWED BY A COMMA, EXCEPT FOR THE LAST ONE"; A, B, C, D, E, F, G, H, I, J
      ENTRY(I,1) = A
      ENTRY(I,2) = B
      ENTRY(I,3) = C
      ENTRY(I,4) = D
      ENTRY(I,5) = E
      ENTRY(I,6) = F
      ENTRY(I,7) = G
      ENTRY(I,8) = H
      ENTRY(I,9) = I
      ENTRY(I,10) = J
      DO
         INPUT "DO YOU WANT TO STOP?(Y/N)"; DONE$
         IF (DONE$ = "Y") THEN GOTO 1
      LOOP UNTIL DONE$ = "N"
   NEXT
The error must be in this bit of code somewhere....
Not yet Snake! It's not over yet!
Reply


Messages In This Thread
Who here is VERY good at troubleshooting QB programs? - by Anonymous - 10-13-2005, 09:44 AM
Who here is VERY good at troubleshooting QB programs? - by Liquid Snake - 11-01-2005, 09:07 AM
Who here is VERY good at troubleshooting QB programs? - by Anonymous - 11-02-2005, 08:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)