Code: Select all
put URL("file:" & specialFolderPath("documents") & "/GameData.hs") into LocalHighScore #This part works fine
replace char 1 to 5 with empty in LocalHighScore
put base64decode(LocalHighScore) into LocalHighScore
answer LocalHighScore #Just here to see if it works
Thanks in advance Klaus
