Search found 2 matches

by Spat'
Wed Jul 01, 2020 8:16 pm
Forum: Talking LiveCode
Topic: Save variables after closing the app
Replies: 24
Views: 14936

Re: Save variables after closing the app

Hi Spat', welcome to the forum! You need to write the data to disk when the stack closes and read them in again at next appstart. Store it in Mobile: iOs/Android -> specialfolderpath("documents") Desktop: Mac -> specialfolderpath("preferences") Win -> specialfolderpath("support") Linux -> specialfo...
by Spat'
Wed Jul 01, 2020 5:58 pm
Forum: Talking LiveCode
Topic: Save variables after closing the app
Replies: 24
Views: 14936

Save variables after closing the app

Hello guy, I'm working on a new map and would to save the player score whitout any network connection.

I don't found any solution for that, can you help me ?