blah blah blah is here! blah blah » Close

1
votes
1 answers

how to do a tab space in my lblRandomNumber.Text = Convert.ToString(Resistorvalue) + "\t" + (strrandomTolerance) + "%";

[code] string strJoiningrandom1Nrandom2 = ""; int random1 = 0; int random2 = 0; int Multiplyer = 0; long Resistorvalue = 0; int bandmultiplyer = 0; string strrandom1 = & ...

Feedback