Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to save datawindow as a space delimited text file 1

Status
Not open for further replies.

RBSmith

Programmer
Jun 30, 2002
2
IN
I want to save a datawindow as a space delimited text file.
Is there any method?

 
Hi RBSmith

You can use this function SaveAsAscci

long dwcontrol.SaveAsAscii ( string filename {, string separatorcharacter {,string quotecharacter {, string lineending } } } )

JSoltero.
 
Thank you jsoltero.Thank you very much for your precious advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top