Save data into a text file

Monkey Targets Forums/Android/Save data into a text file

cgrossi(Posted 2016) [#1]
Hi.

I have an array multidimensional to store the progress and when the player quits the game, I need to save all that progress into a text file. How do I save all these informations into a text file? To read it I'm using LoadString with no problem..


Duke87(Posted 2016) [#2]
Hi,

I'm doing it this way:


Saving Data...


Loading Data:


Just ask, if something is not clear to you.

bye Duke


cgrossi(Posted 2016) [#3]
Thank you, Duke87. Solved! I thought brl.filestream wouldn't run on Android. :-)

Regards