home *** CD-ROM | disk | FTP | other *** search
- The LETTER.PRG program is a simple program that illustrates how to use the SET TEXTMERGE command to create mail merge letters.
-
- It uses the following 4 text merge features of FoxPro
-
- SET TEXTMERGE ON TO <filename>
- SET TEXTMERGE DELIMITERS TO <delimiter characters>
- \ && Output line of text merge output followed by CR-LF
- \\ && Output line of text merge output without CR-LF
-
-