home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BUSINESS / MYF451.ZIP / MYF4_UPD.COM / TEMPLATE.FRT < prev    next >
Text File  |  1993-12-08  |  1KB  |  28 lines

  1. !  **************************************************************************
  2. !  *     TEMPLATE.FRT  ---  FRONT OF RECIPE CARD TEMPLATE FILE - MYF 4.xx   *
  3. !  **************************************************************************
  4. !
  5. ! This is an example of a recipe card form with 18 lines. See TEMPLATE.RCP
  6. ! for instructions on modifying template files.
  7. Name of recipe:&NAME
  8.  
  9. !JUSTIFY=NONE
  10. This is a &CUISINE type recipe, serving &SV people and costs just $&COST
  11.  
  12. ! JUSTIFY=TRUE  will right justify QTY and left justify MS and INGRED field.
  13. Please use the following ingredients:
  14. &QTY01 &MS01 &INGRED01    &QTY11 &MS11 &INGRED11
  15. &QTY02 &MS02 &INGRED02    &QTY12 &MS12 &INGRED12
  16. &QTY03 &MS03 &INGRED03    &QTY13 &MS13 &INGRED13
  17. &QTY04 &MS04 &INGRED04    &QTY14 &MS14 &INGRED14
  18. &QTY05 &MS05 &INGRED05    &QTY15 &MS15 &INGRED15
  19. &QTY06 &MS06 &INGRED06    &QTY16 &MS16 &INGRED16
  20. &QTY07 &MS07 &INGRED07    &QTY17 &MS17 &INGRED17
  21. &QTY08 &MS08 &INGRED08    &QTY18 &MS18 &INGRED18
  22. &QTY09 &MS09 &INGRED09    &QTY19 &MS19 &INGRED19
  23. &QTY10 &MS10 &INGRED10    &QTY20 &MS20 &INGRED20
  24.  
  25.  
  26.  
  27. ! end of this file. It has exactly 18 uncommented lines.
  28.