Page 1 of 1

How is write a single program to write/read records?

Posted: Tue Feb 28, 2012 12:39 pm
by Juan Carlos
Yes, I have this big doubt because I'm a few lost, how make a little program to write and read a text file? for example I want make a records table, as write, rewrite and read the name, score, time, I read any C books for example Dice C but I don't find any idea way to programming it with Hollywood. Any suggestion?

Re: How is write a single program to write/read records?

Posted: Tue Feb 28, 2012 2:21 pm
by jalih
For something simple like highscore list, ReadTable() and WriteTable() functions will probably do the trick.

You can also use functions like WriteLine(), ReadLine(), ReadChr() and WriteChr() for handling text files and do any necessary parsing yourself.