In reply to Abuzar Gaffari:
You can’t reference variables by creating strings with the variable name. You can only reference variables by their actual instance.
You can use an array, or write code with each instance name.
In reply to Abuzar Gaffari:
You can’t reference variables by creating strings with the variable name. You can only reference variables by their actual instance.
You can use an array, or write code with each instance name.