I am trying to avoid the following situation in Chora programming:
Using switch case statement for each index to find the corrosponding String::Index_X;
Index can go from 0-128, i want to load the string called Index_(index);
Is this possible?
I expect this is not possible, but i am asking just in case,
Thank you in advance!