Code:
myString = String.Format("{0, 35}, {1, 10}, {2, 10}", myTxt1, myTxt2, myTxt3)
The above code seems to centre the text variables within the space I've allocated. Does anyone know how to align them? ie. so the result of a few iterations of the above could be something like:
John 23 Red Street
Christopher 19 Green Street
Tim 100 Blue Road
Thanks for your help.
There's a thin line between genius, and insanity!