I saw somewhere on this board where someone created a string to print that held multiple variables that you could print a form. I can find the original question but would like to use the way the string was constructed.
I want to have the string like hold something like this.
string("|", {size of field1}, "|", {size of field2}, "|", {size of field3}, "|"), field1, field2, field3);
I want the size for each field to be constant so it makes a nice table.