It looks like you're new here. If you want to get involved, click one of these buttons!
Kaligula            
            
                Member             
            GamePlan.lua  | 
metadata about levels in game | 
{1, 2, 3, 1, 2, 3 }  | 
table.save( some tbl, "GamePlan.lua" )  | 
Comments
http://appcodingeasy.com/Gideros-Mobile/Save-and-load-data-module-for-Gideros-Mobile
you can easily save tables in json and then load them in lua.
You can also write what you want in text files, see here:
http://giderosmobile.com/forum/discussion/comment/1567#Comment_1567
https://github.com/ar2rsawseen/dataSaver
see how gideros filesystem works
http://docs.giderosmobile.com/file_system.html
when you save in |D| you are saving in a "private directory": on windows it is located under: C:\Users\_YOUR_USER_\AppData\Local\Temp\gideros
Likes: antix