Hello, i have a set of variables, each are the same name with a different number in the middle
I want to say ____ = "namep1"&number&"namep2"
to target the specific variable via the number im trying to get.
ive tried str, int, etc, im not sure how to do this or if it is possible
so instead of saying if number= 1 use variable1 if number = 2 use variable 2
i just want to say "name" num
and I dont want to turn it into a text var "||||" get it?