I have a more challenging question
like a real PRO!!!
I click on the simulator several times
and I get a list of numbers
-345, -300, -200, -50, 12, 36, 235, 500 and so on
I have in my App a table with many values
I need this table to make part of my app work
values = { -365, -306, -250, -174, -118, -61, -3, 73, 128, 186, 242, 318, 375, 431, 489, -423, -365, -306, -250, -174, -118, -61, -3, 73, 128, 186, 242, 318, 375, 431, 489 }
Right now, (after a lot of thinking)
I get the numbers from the terminal after I click on the correct place
and “manually” I have to type the same numbers inside my values table…
I am sure there is a way that I can just “click” on the simulator
save the list of “clicks” or numbers in some place
like
place = list of "clicks" -365, -306 ... and so on
And then like “magic”
“automatically” right after the last click
values = { place }
the program will put all the list of numbers
inside my value table, without me
having to type all of them manually
wouldn’t that be nice?
Would you know how to to this
and help me with this problem
it will save me hours and hours of programming
Thank you very much
Victor