M
mcnewsxp
I want to do this:
string ReplaceValue = InterpretAsVariable(myRow2["ReplaceControl"].ToString());
but myRow2["ReplaceControl"] actually contains then name of a variable in my program. so I want to interpret or evaluate the contains of myRow2["ReplaceControl"] into an existing program variable and access the value of the variable.
how to?
tia,
mcnewsxp
string ReplaceValue = InterpretAsVariable(myRow2["ReplaceControl"].ToString());
but myRow2["ReplaceControl"] actually contains then name of a variable in my program. so I want to interpret or evaluate the contains of myRow2["ReplaceControl"] into an existing program variable and access the value of the variable.
how to?
tia,
mcnewsxp