home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG092.ARK / SAMPLTTR.TXT < prev    next >
Text File  |  1986-10-18  |  2KB  |  42 lines

  1.  
  2. 1000#PNUM 0
  3. 1020#JUST ON
  4. 1040<G. YOUNG, INC.
  5. 1060<PO BOX 3218
  6.  1080<NORTH HOLLYWOOD, CA 91609
  7. 1100 
  8. 1120 
  9. 1140^
  10. 1160^
  11. 1180^
  12. 1200^
  13. 1220 
  14.  
  15. 1240Dear ^,
  16. 1260 
  17. @1280[This letter is an example of the use of the MERGE command
  18. >1300to merge names, addresses, and data into a letter from a
  19. I1320BASIC program.  The File contains records of variable length but up
  20. G1340to 250 bytes long.  Each record is broken up into substrings by a
  21. B1360+ sign.  The substring is merged into the letter anywhere an
  22. J1380up-arrow is found.  The data will be inserted here -^- for instance.
  23. G1400If there are more substrings than up-arrows, the extra substrings
  24. C1420will be ignored so that each letter begins with a new record.
  25. B1440If there are fewer substrings than up-arrows, the additional
  26. >1460up-arrows will be ignored like this^ and not be printed.
  27. >1480The text must be arranged so that the inserted data fits
  28. 71500on one line and does not span two ore more lines.
  29. F1520You do not have to use the REPEAT command since the program will
  30. >1540automatically print one copy for each record in the file
  31. >1560and stop at the end.  If you enter control-C to stop the
  32. '1580printing or to rerun it, you must
  33. '1600enter MERGE again with the proper
  34. F1620file name and before you can print again.  There must not be any
  35. M1640numeric data in the file...only strings less than 256 characters long.]
  36. 1660 
  37. 21680                                  Sincerely,
  38. 1700 
  39. 1720 
  40. 1740 
  41. 51760                                  Gary O. Young
  42.