I have a Variable a1 = "John" a2 = "Doe"
Then i create a random number between 1 and 2 with rand(1,2) into new Variable called RandNumber
How to call variable a1 or a2 that match output from RandNumber?
My idea is %a + RandNumber% but the result is variable a is not exist
Thanks.