Originally Posted by
Freaky Chris
What is randomNumber.currentValue? never seen anything like it
I was trying to increment the currentValue by one each time, e.g. 1, 2, 3, then append it to randomNumber so it generates random variables like:
randomNumber1
randomNumber2
etc...
I think that functionality is with PHP which is why I got confused to why it didn't work.
And thanks Json, I already worked out a solution using arrays, which is similar to the solution you gave me. Thanks for the help though!
If there is a way to set this as solved, now would be the time to do it