L
L.Peter
Dear Group,
How can I do this?
****
int i;
string cmacro = "i =3";
// How to tell c# to show 3
MessageBox.Show(cmacro);
****
how can I tell c# to treat my string as code?
TIA
L.peter
How can I do this?
****
int i;
string cmacro = "i =3";
// How to tell c# to show 3
MessageBox.Show(cmacro);
****
how can I tell c# to treat my string as code?
TIA
L.peter