R
Rick
I am trying to programatically export the results of a query to a tab
delimited file. I have done this comma delimited by simply building a string
then using the PRINT command to write the string to the file.
How can I do something like this to ensure that the file is TAB delimited or
is their and easier way to do this??
I have to include field headings as well, I am not sure if this would matter.
Thanks!
delimited file. I have done this comma delimited by simply building a string
then using the PRINT command to write the string to the file.
How can I do something like this to ensure that the file is TAB delimited or
is their and easier way to do this??
I have to include field headings as well, I am not sure if this would matter.
Thanks!