I have to store 100 different data in 100 variables, the variables have the same name and one more number, for example variable_1, variable_2, variable_3 up to 100, instead of having to put the 100 variables and assign a value to each one I can not do somehow in a loop that will change the number of the variable and assign me the value that touches me, for example:
Loop{
variable_[number of variable that increases by 1 in 1]
assign the value of that variable
}
so that I don't have to do it one by one.
Thank you very much