I want it to automatically retrieve all the variables in an array, not one by one, but in order, all the way to the end. For example:
var array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 100]
Transfer these 100 values you have seen to a "Label", respectively.
Because it takes a lot of time to do this much value one by one.
For example: we do not know how many numbers are in an array, the game transfers the names of all the files in a folder to the array. It is not possible for us to take these values. Because how can we print the texts we do not know one by one on a "Label"? Is not it? :D