Ken Gartner
03-16-2005, 09:37 AM
I need to produce columnar String data, where each column is supposed to be a certain number of characters in width (padded with spaces as needed). This is something that printf() excels at, but I do not find any formatting capability in True Update 2.0. I suppose I could write my own using String.Length, String.Repeat, String.Concat, etc., but perhaps TU already supports this operation in some form. How can I create formatted Strings in True Update 2.0?
Thanks for any ideas. Regards,
Ken Gartner
Thanks for any ideas. Regards,
Ken Gartner