need value of $1 and not the string "$1"
I need to get a value from a hashTable.
The key is stored in $1.
hashTable["$1"] is using the string "$1" as key, but ofcourse I need the value that was captured in $1, and not just the string "$1".
How can I do this. I cannot store $1 in another variable.
Im using C#, VS2003
|