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

Find quick help here to get you started with Hollywood
Post Reply
User avatar
Juan Carlos
Posts: 889
Joined: Mon Sep 06, 2010 1:02 pm

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

Post 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?
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

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

Post 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.
Post Reply