variable problem
Posted: Fri Jan 10, 2003 11:07 am
hi everyone
I'd like to create a variable like this:
$i = 5;
["var_" + $i] = "this is the value";
where ["var_" + $i] will be the variable name (in this example that would be var_5
how can I accomplish this?
Steve
I'd like to create a variable like this:
$i = 5;
["var_" + $i] = "this is the value";
where ["var_" + $i] will be the variable name (in this example that would be var_5
how can I accomplish this?
Steve