G
Gregory Khra
I need to print intreger numbers in several columns. Unfortunately
String.Format({0:d8}, i) will append zeros in front of the number. How can I
make it append spaces instead of zeros?
In the other words I am looking for an analog of printf("%8d", i)
Gregory
String.Format({0:d8}, i) will append zeros in front of the number. How can I
make it append spaces instead of zeros?
In the other words I am looking for an analog of printf("%8d", i)
Gregory