I am trying to fetch a dynamic variable something like
On IE this evaluates fine. But Safari returns null every time!
I also tried
But that does not help either...
Please help....
Code:
eval("variable" + number)
I also tried
Code:
window["variable" + number]
Please help....
Comment