Hello all,
How do you a string in a variable as a name for another variable? Like this:
I have a variable called "Headings", inside it is a bunch of text [time, speed, distance].
Headings = [time, speed, distance]
Now, I want to have a variable that uses the text inside "Headings" as...