Hello everyone
Let me start by saying how much I appreciate this community. People have been very helpful in answering questions to my posts. I hope to be able to return the favor someday.
Here is my question: I'm implementing a hi score board and need to save the updated scores etc. The function is working exactly like I want it - BUT I hate this dialogue box that comes up every time I update the file. I am using a simple TXT file to save the data... so am using the command:
SAVE "TXT:HISCORES",HISCORE$I read the information on the SAVE command and have confirmed that I cannot use the extra FALSE argument at the end of the command (unlike with LOAD) SO.... I looked at the SOLIDGUNNER source code and see it has reference to a system variable FORCESAVE. Immediately before issuing the SAVE command the code sets FORCESAVE to TRUE. Alas I tried this in my code but the dreaded dialog box came up anyway. Is there an easy answer to my conundrum? Thanks in advance