Write and read an array to my webspace....

NeroWolfe

Member
Licensed User
Longtime User
Hello !

I wanna make an online-highscore-list.

The program should read the list from the webspace to
an array. THEN the program adds the new highscorer, sort the array,
and (over)writes (the ACTUAL array without the last highscorer) it back to my webpsace.

Please, can anyone help me to handle this ????????

The only thing i've created with a b4a-program is a txt-file on my webspace like

109 ; Player #1 ; 2012-05-29
108 ; Player #2 ; 2012-05-29
..
And that was....so it seems....totally useless......

I think the only way is an array.....:sign0104:
 
Top