K
KC8DCN
Hi,
I have a table that has specific information that needs to be written to a
file. Each row is going to be it's own separate page, due to it being a load
file for another database.
What I need to do is write out the information at specific points in a text
file. For instance, I have columns name, address, and city. The information
needs to appear as:
Name Address City
with the exact spacing for each item. I can do everything else but the
spacing part. Is there an ideal way to get Name, Address and City to appear
at an exact with the exact spacing without calculating it every time?
Thanks!
I have a table that has specific information that needs to be written to a
file. Each row is going to be it's own separate page, due to it being a load
file for another database.
What I need to do is write out the information at specific points in a text
file. For instance, I have columns name, address, and city. The information
needs to appear as:
Name Address City
with the exact spacing for each item. I can do everything else but the
spacing part. Is there an ideal way to get Name, Address and City to appear
at an exact with the exact spacing without calculating it every time?
Thanks!