Share this page 

Cut and Paste datawindow contentTag(s): Datawindow


Datawindow's SaveAs function can save the data directly to the clipboard.
dw_1.saveas ( "data.txt",clipboard!, true)
Then simply open another program like NotePad or Excel and paste the data.

See this related howto
See also this related howto