Maybe I'm just not looking hard enough...
Posted: Mon Jan 21, 2008 10:12 am
I've just finished a course in Qbasic at school, and we worked with external files. Now you can use external files to keep track of a person's score right, but what if you had multiple people and wanted them to all be included one the scoreboard and external file. Say I had this
"Player1",500
"Player2",300
"Player3",600
Alright, now since I got that, and Player2 decides to play again, how can I edit that specific record from QBasic without messing up the file? Or can you just not do it?
"Player1",500
"Player2",300
"Player3",600
Alright, now since I got that, and Player2 decides to play again, how can I edit that specific record from QBasic without messing up the file? Or can you just not do it?