R
Roy Gourgi
Hi,
How would I set the width of lnSize to 6 in the statement
Console.WriteLine("Size of {0} ", lnSize);
Furthermore is there a way to combine these 3 statements into 1
Console.WriteLine();
Console.WriteLine();
Console.WriteLine();
TIA
Roy
How would I set the width of lnSize to 6 in the statement
Console.WriteLine("Size of {0} ", lnSize);
Furthermore is there a way to combine these 3 statements into 1
Console.WriteLine();
Console.WriteLine();
Console.WriteLine();
TIA
Roy