PROKA Posted November 29, 2003 Posted November 29, 2003 Can't 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 :( Quote Development & Research Department @ Elven Soft
Moderators Robby Posted November 29, 2003 Moderators Posted November 29, 2003 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) Quote Visit...Bassic Software
PROKA Posted November 29, 2003 Author Posted November 29, 2003 I have to store strings as well ( nicknames for a Highscore table ) -> what if the user uses the delimiter in his nickname ? Oups :> Quote Development & Research Department @ Elven Soft
Moderators Robby Posted November 29, 2003 Moderators Posted November 29, 2003 I wouldn't allow special characters in nicks, or at least pipes, they are least used. Quote Visit...Bassic Software
PROKA Posted November 29, 2003 Author Posted November 29, 2003 :)) my nickname used to be pRokA|GOD Quote Development & Research Department @ Elven Soft
Moderators Robby Posted November 30, 2003 Moderators Posted November 30, 2003 Whatever, use any character you want. Quote Visit...Bassic Software
PROKA Posted November 30, 2003 Author Posted November 30, 2003 yeah, got it , thanks :) Quote Development & Research Department @ Elven Soft
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.