hi all,
i know this is really simple. but i still get it wrong. i try to do this:

int intLen = 100;
string StrLen;

StrLen = intLen;
MessageBox StrLen;

i got error. Y?

longwar