Jun 30, 2002 #1 RBSmith Programmer Joined Jun 30, 2002 Messages 2 Location IN I want to save a datawindow as a space delimited text file. Is there any method?
Jul 1, 2002 1 #2 jsoltero Programmer Joined May 4, 2001 Messages 3 Location US Hi RBSmith You can use this function SaveAsAscci long dwcontrol.SaveAsAscii ( string filename {, string separatorcharacter {,string quotecharacter {, string lineending } } } ) JSoltero. Upvote 0 Downvote
Hi RBSmith You can use this function SaveAsAscci long dwcontrol.SaveAsAscii ( string filename {, string separatorcharacter {,string quotecharacter {, string lineending } } } ) JSoltero.
Jul 1, 2002 Thread starter #3 RBSmith Programmer Joined Jun 30, 2002 Messages 2 Location IN Thank you jsoltero.Thank you very much for your precious advice. Upvote 0 Downvote