Re: Displaying a value stored in a variable




"ByTe" <ByTe.249y9w@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ByTe.249y9w@xxxxxxxxxxxxxxxxxxxxxxxx

MessageBox.Show(x);

I'd expect

int x;
x = 6;
MessageBox.Show(String.Concat("X=", System.Convert.ToString(x)));

but I could be wrong.



.


Loading