Hello,
I'm having some trouble creating a dynamic variable that will load an array value:
$this_content_j son["content"][0]["popularity "]
When I use the above line 'hard coded', it works. But when I use the code below as a dynamic variable, it fails:
${ 'this_content_j son["content"][0]["popularity "]' }
Any help would be muchos appreciados.
Tyler
I'm having some trouble creating a dynamic variable that will load an array value:
$this_content_j son["content"][0]["popularity "]
When I use the above line 'hard coded', it works. But when I use the code below as a dynamic variable, it fails:
${ 'this_content_j son["content"][0]["popularity "]' }
Any help would be muchos appreciados.
Tyler
Comment