Registry - Massive Read / Write

PROKA

Well-known member
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
Cant I massive read / write from/into the registry ?

I have in a form 40 values I wanna store , and I would like to use an array and some cycles, instead of writing 40+40 = 80 lines :(
 
Store the values in one big string and use some delimiter(comma or pipe) to later read the values. (split into an array to read)
 
I have to store strings as well ( nicknames for a Highscore table ) -> what if the user uses the delimiter in his nickname ? Oups :>
 
Back
Top