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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ViViD
  • Order by date
  1. ViViD

    Exporting into text file

    declare a file variable:<br>&nbsp;&nbsp;out_file&nbsp;&nbsp;TEXT_IO.FILE_TYPE;<br>...<br>open it:<br>out_file := TEXT_IO.FOPEN('C:\TEMP\FOO.TXT','W');&nbsp;&nbsp;(or 'A' to append)<br><br>do your select into var1, var2...<br>create a text string:<br>text := var1 ¦¦ var2 ¦¦&nbsp;&nbsp;(use...

Part and Inventory Search

Back
Top