Hey guys
So ,I have some data that I want to save and open later.
The idea is that when the application closes or quits,The data is saved and when the app is later opened,the data should be loaded.
times,corrects and wrong will later be loaded to different buttons and labels so it has to stay int.
Thank you
Thestar19
So ,I have some data that I want to save and open later.
The idea is that when the application closes or quits,The data is saved and when the app is later opened,the data should be loaded.
times,corrects and wrong will later be loaded to different buttons and labels so it has to stay int.
B4X:
Dim times As Int
times = 0
Dim corrects As Int
corrects = 0
Dim wrong As Int
wrong = 0
Thank you
Thestar19