Re: Displaying a value stored in a variable
- From: "Homer J Simpson" <nobody@xxxxxxxxxxx>
- Date: Wed, 08 Mar 2006 04:15:27 GMT
"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.
.
- References:
- Displaying a value stored in a variable
- From: ByTe
- Displaying a value stored in a variable
- Prev by Date: Re: testing for connection
- Next by Date: java.lang.ref.SoftReference missing?
- Previous by thread: Displaying a value stored in a variable
- Next by thread: Re: Displaying a value stored in a variable
- Index(es):
Loading