I\'m building an application where I should capture several values and build a text with them: Name, Age, etc.
Name
Age
The output will be a plain
string St = String.Format("{0,-20} {1,5:N1}\r", names[ctr], hours[ctr]); richTextBox1.Text += St;
This works well, but you must have a mono-spaced font.