Hello,
I know how to make a variable be used across the scenes of my storyboard app such as storyboard.var1 = “abc”. Now I want to make a table variable such as data[1]=“abc” and data[2]=“def”. do I have to define each one or just data[] and then use any number of it?
Thanks