I have two arrays. Like:
Bear, prince, dog, Portugal, Bear, Clown, prince, ...
and a second one:
45, 67, 34, 89, ...
I want to turn the string keys in the first array into variables and set them equal to the numbers in the second array.
Is it possible?