home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / LETTER / LETTER.ART < prev    next >
Encoding:
Text File  |  1993-02-01  |  395 b   |  10 lines

  1. The LETTER.PRG program is a simple program that illustrates how to use the SET TEXTMERGE command to create mail merge letters.
  2.  
  3. It uses the following 4 text merge features of FoxPro
  4.  
  5.   SET TEXTMERGE ON TO <filename>
  6.   SET TEXTMERGE DELIMITERS TO <delimiter characters>
  7.   \   && Output line of text merge output followed by CR-LF
  8.   \\  && Output line of text merge output without CR-LF
  9.  
  10.