TinkerBear
Programmer
Hello,
I can make a data entry side to a random access file...it will write all the data i want into the file just fine.
But i want the user to be able to enter info, then later on shufle through them, and delete them. Im sure its a really simple concept/algorithm, but I just cant get it to work...here is some of the code i used to setup the file.
Open "File Spec" For Random As #1 Len = Len(teamOne)
~
~
~
lastrecord = LOF(1) / Len(teamOne)
Put #1, lastrecord + 1, teamOne
How would i shuffle and delete specific records.
Thanks
Tink
I can make a data entry side to a random access file...it will write all the data i want into the file just fine.
But i want the user to be able to enter info, then later on shufle through them, and delete them. Im sure its a really simple concept/algorithm, but I just cant get it to work...here is some of the code i used to setup the file.
Open "File Spec" For Random As #1 Len = Len(teamOne)
~
~
~
lastrecord = LOF(1) / Len(teamOne)
Put #1, lastrecord + 1, teamOne
How would i shuffle and delete specific records.
Thanks
Tink