I am getting on. If I use file_open_append instead of file_open_write, I can add new entries to the file.

DOUBLES seems to be the only possiblity. I checked other types, too laugh If I take a look to the textfile the DOUBLE values are crypted.

I understood that
it`s done by
file_str_writeto(highscore_handle, (char*)&highscore, 8 );
and "redone" by
file_chr_read(highscore_handle, tmp); memcpy(&highscore2, tmp.chars, 8);

Can you please explain what happens? laugh

THX Ditje

@Sid - it`s nothing about trust laugh I have send you a PM.