File Help

Blitz3D Forums/Blitz3D Programming/File Help

Knight #51(Posted 2008) [#1]
Hey Guys, I'm trying to make a highscores table and the specific thing I'm trying to do is only display the greatest high score,level...etc. Here is my code. Could you please tell me what I'm doing wrong?



I have the variables declared too. For some reason, whenever I wrap: WriteInt(), or any other Write function...It won't write. Does OpenFile() only open the file for write opperations, like ReadFile() prepares it for reading???


Xzider(Posted 2008) [#2]
OpenFile returns if the file was successfully opened or not (Exists).


Knight #51(Posted 2008) [#3]
Oh sorry I forgot to update the post, I came up with a new solution.....thankyouforyourhelp:):):):):):):):)