why does this
return "$undefined" ?
if i dont do
level_prices['f'.i] = i;
and do
level_prices[i] = i;
it works, (i also change it in the html to value="3" rather then value="f3"
but i need to access it as f3 and not 3, why does it not work?