For some reason I am not getting a grasp on db or write files (3 days), and I need to move forward in my project.
I just want to save user data (Name, Level, Score, Money)
Would prefer db with 1 row that overwritten that way it can be expanded. I;m still working on solving, but if you want the $, hook it up. PLEASE!
Need this
I know it's super easy but for the life of me I can't get a grip on these concepts, figure this is 10 minutes work for anyone but me.:BangHead:
$15 U.S. by PayPal
contact: on Forum direct message ( I'm checking every 10 min)
I just want to save user data (Name, Level, Score, Money)
Would prefer db with 1 row that overwritten that way it can be expanded. I;m still working on solving, but if you want the $, hook it up. PLEASE!
Need this
B4X:
Dim VarNames as String
Dim VarScore as Int
Dim VarLevel as Int
Dim VarMoney as Int
sub StartOver
'clears db or write file for new input, I'll put this in a click event
End sub
sub ProgressGet
'gets db or write file info for variables: VarNames, VarScore, VarLevel, VarMoney get
'data on 'Main' Activity start so user can continue
End Sub
sub ProgressUpdate
'rewrites db or write file with current variables data, I'll use for click event if
'user continues after each level
End Sub
I know it's super easy but for the life of me I can't get a grip on these concepts, figure this is 10 minutes work for anyone but me.:BangHead:
$15 U.S. by PayPal
contact: on Forum direct message ( I'm checking every 10 min)
Last edited: