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
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004
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
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004
Comment