Is it best to put empty into a local? Even though it will receive another put later.
What I mean is does it have any affect on performance if lots of variables have something in them unnecessarily?
Just a thought, I want to eventually allow users to post hi Scores to a web page, so may not be a good idea to delete a players score that has the same name
because any player could then delete a players score simply because they have the same name but a lower score, I think I should include ...
so if the cHiScoreName is already in the fld I need to delete the line that contains the same name in the fld before I update with new data I am having problems working out how to delete the line.
set the cHiScore of fld "alltimehighScorefld" to ...