Yes, this problem has really bothered me for a long time.
How to use text characters corresponding to existing variables
For example, there are already two array variables
array1
array2
#But I don’t know which one I need to use. I can only know the name of the corresponding array "array1"
Although it can be solved with if judgment, the array It would be too troublesome if the number is too large
Is there any way to know the array variable and directly assign it to an array with the corresponding name