Hi,
I'm trying to use variable variables with associative arrays,
but i can't quite get it right..
I know the below should not work, but I'm including it to help convey what I'm trying to do.
$Given_Tag="var1";
$$Given_Tag["DEFINED_VALUE"]=1;
Basically I want to end up with $var1"DEFINED_VALUE"]=1;
Cheers.