|
Post by stiggity on Apr 24, 2022 22:29:09 GMT
Okay.. im a hobbyist, and not a pro.. but here goes..
How can i open a relative file, file#8, for a relative read? And once the file is open, I've created 9 records... with 4 elements deep in each record. This much is working... I think? according to DIRMaster, the file written, looks ok. I used a chr$(13) in between each element. here's the important question, how do I open that written file, relative,254 bytes/record and retrieve each element, divided by?? or separated with a #13??? do I use the same RECORD#8,x,y x being record# and y being element?
Right now, I'm filling a 9x4 array with the 36 elements created. the record#8,(record#,#I'd like next element)
-Thank You!
|
|
|
Post by stiggity on Apr 25, 2022 0:44:21 GMT
I figured it out. I was originally under the thought that you had to move the index pointer, to pull the correct record... which if you , record#8,x,1 x scrolls through records, and 1 puts you in the first element. not record#8,x,y PROBLEM SOLVED!! thanks..
|
|