I want to create a loop where the variable name is dynamic.


So, in this case I want the variable "test" to increase with the count. So, the variable is called "test0", "test1", "test2" as the loop goes, so it does not overwrite the existing variable.
But I constantly gets a syntax error when I try to use different inputs. Is there a way to do this?
Kind regards