Viewing post 1 (of 1 total)
To get the value of your variable and not "System.__ComObject"
Instead of:
string fileVars = vars.ToString();
Use:
string fileVars = vars["Filename"].Value.ToString();
May 10, 2011 at 9:33 am
#1322414