Hello team BASIC!
I am opening a file of questions for my quiz game and I want to know how to set the pointer to read from the 9th question onwards.
Any Help?
Thanks!
Chris.
Thank you very much rtarara. This is very helpful. Once again team basic have not let me down! Go team!
Read the manual section on Random Files. Basically the command you want is
SET #3: RECORD n
Where the file number is arbitrary. Again read this part of the manual--Record Files work the same way.
rwt
There are no products in your shopping cart.
By Avery Catlin
Learn to program in True BASIC with this popular book featuring sample code and step-by-step instructions that will have you quickly creating your own programs.
From $39.00
Learn More!
Comments
Thank you very much rtarara.
Thank you very much rtarara. This is very helpful. Once again team basic have not let me down! Go team!
re: Pointer
Read the manual section on Random Files. Basically the command you want is
SET #3: RECORD n
Where the file number is arbitrary. Again read this part of the manual--Record Files work the same way.
rwt