Wiz, I'm not sure that you can use a "$something.Value" in quotes. You might want to populate another string before like...

code:
$sMapping=$sNetMappin[$prgFuncStatus.Value]
$lblFuncStatus.Text = $sMapping

Also, you are using parens () when you should be using brackets [].

Sorry I didn't catch your question earlier, but you did an edit on your previous post instead of posting a new question.