Hi,
I am trying to create ASCII text reports that shall contain a list of instruments and their parameters in a tabular form (as shown below). Is there any function available for string formatting that is readily available to format the strings in a way that they are alinged in a way to give a tabular look. Using "\t" between the details listed gives a very uneven look.
-----------------------------------------------------------------------------------------------
Name Param1 Param2 Param3 Param4 Param5
-----------------------------------------------------------------------------------------------
Instru1 Xxxx XXXXXX X XXXXXX XXX
Instru 2 YYYYYY YYYY YYYYYY YYY YYYYYY
Thanks
Saranya
Message Edited by SaranCh on
04-23-2008 12:32 AM