1
votes
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 = & ...
