Search results

  1. R

    Exporting plain text

    have you tried the "put" statement? Try , def stream streamname. output stream streamname to c:\filepath\yourfile.txt for each yourtable: put stream streamname {unformatted} field1 or text field2 or text ... . end. output stream streamname close.
Top