home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / myf426.zip / TEMPLATE.BCK < prev    next >
Text File  |  1992-02-10  |  3KB  |  47 lines

  1. !  **************************************************************************
  2. !  *     TEMPLATE.BCK  ---  BACK OF RECIPE CARD TEMPLATE FILE - MYF 4.xx    *
  3. !  **************************************************************************
  4. !
  5. !  This file is a sample output template form. Its purpose is to output
  6. !  recipes in any form, and with any fields. In other words you specify
  7. !  exactly how the recipe will look on output. This is an example of a recipe
  8. !  card. The program will read this file in, and substitute the variables
  9. !  (those words starting with "&"), and output the selected recipes to the
  10. !  screen, disk, or printer. This file should have exactly the number of
  11. !  uncommented lines to fit on a form. For example, if your recipe cards
  12. !  accept 20 lines, make sure their are exactly 20 uncommented lines in this
  13. !  file. That way multiple recipes will be aligned properly. Change this file
  14. !  to the way you want your recipes to display. To output by template file,
  15. !  select FILES under the PDM, then RECIPE, then LIST, then toggle the form
  16. !  to TEMPLATE. You will be prompted for a file name to use as a template.
  17. !  Use this file name.
  18. !
  19. !  All applicable recipe variables are included in this file. Please Note:
  20. !          1) Make a backup of this file before modifying it. You may delete
  21. !             a variable, then want to include it later.
  22. !          2) Any line with a ! in column 1 is a comment line and not processed.
  23. !          3) 100 non commented lines of up to 132 columns are allowed.
  24. !          4) Go ahead and delete, add, rearrange, or comment out lines.
  25. !          5) Embed printer codes if you wish.
  26. !          6) Set JUSTIFY to TRUE, NONE, RIGHT or LEFT. This flag will signal
  27. !             whether to fill variables with blanks and which side to fill.
  28. !             This will help in lining up columns of data, especially on lines
  29. !             with more than one variable. For the &DIRECTIONS variable NONE
  30. !             will stop outputting after the last direction line. All the other
  31. !             flags will output all 16 direction lines. JUSTIFY=TRUE is a
  32. !             special flag to right justify QTY and left justify the &MS and
  33. !             &INGRED fields. The JUSTIFY flag may be reset any time in the
  34. !             file and must reside on a comment line.
  35. !
  36. ! JUSTIFY=NONE     Will not pad any fields with blanks
  37. ! JUSTIFY=TRUE     Will right justify QTY and left justify MS and INGRED field.
  38. ! JUSTIFY=RIGHT    Will pad fields with blanks in front of the value.
  39. ! JUSTIFY=LEFT     Will pad fields with blanks after the value.
  40. ! Note justify is set to the last value read.
  41. !
  42. ! This will print the directions on the back of the card. Note that the
  43. ! direction variable has one line for Directions: and 16 direction lines.
  44. &DIRECTIONS
  45.  
  46. ! end of this file. It has exactly 18 uncommented lines.
  47.