HI!
I need to sabe information automaticly in my app, but in a new position of my table of my MyData
For example, I need to sabe questions that the user do:
When He/she tap in “SAV”, the question save in a position in myData.
I think that using:
x = 1
function save(event)
myData.question.[x] = question
x = x +1
end
will be enough but it isnt work.
Some idea?
Thanks!
PD: sorry for my bad english!