home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / dbasel / 1521 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.0 KB  |  28 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!THEO.JTSA.EDU!MISTARR
  3. X-VMS-To: SMTP%"dbase-l%tecmtyvm@tecmtyvm.mty.itesm.mx"
  4. Message-ID: <DBASE-L%93012622531229@TECMTYVM.MTY.ITESM.MX>
  5. Newsgroups: bit.listserv.dbase-l
  6. Date:         Tue, 26 Jan 1993 23:47:48 -0500
  7. Sender:       "Discussion on the use of the dBase language and related
  8.               dialects" <DBASE-L@NMSUVM1.BITNET>
  9. From:         mistarr@THEO.JTSA.EDU
  10. Subject:      Converting from Foxpro to WP
  11. Lines: 15
  12.  
  13. >Was wondering if anyone has created the merge to WOrd Perfect
  14. >in foxbase/foxpro ?
  15.  
  16. I convert files from foxpro to WordPerfect 5.1 with the following commands:
  17.  
  18. copy field [field names] to [ascii file name] delimited
  19. run convert [ascii file name] [WP Merge file name] 9 , {13}{10} {34}{44}
  20.  
  21. The {13}{10} represents the Hard Return at the end of each record in the ASCII
  22. delimited file.  The {34}{44} represents the " to be stripped from the delimited
  23. text  file.
  24.  
  25. I hope this helps.
  26.  
  27. Michael Starr (mistarr@jtsa.edu)
  28.