Thanks a lot to DPaulson and MiggyD .. That was the problem and I appreciate your input .. I had skipped a record number in a file I was trying to read into this file and got the junk.. You are a great bunch of help.. Thanks again
I am helping someone learn QBASIC -- Used it a long time ago and here is the sample code that I found on the web and made a test program out of it...
CLS
GOSUB BEGIN
GOSUB PROCESS
GOSUB WRAPUP
END
BEGIN:
TYPE people
nm AS STRING * 40 'set the name as a 40-character string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.