home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / myf426.zip / IMPORT.RCP < prev    next >
Text File  |  1992-03-01  |  2KB  |  47 lines

  1. !  **************************************************************************
  2. !  * IMPORT.RCP - RECIPE TEMPLATE FILE READING IN ASCII FILES.    MYF 4.xx  *
  3. !  **************************************************************************
  4. !
  5. !  This file defines where the fields are when reading in ASCII recipe files.
  6. !
  7. !  Please Note:
  8. !          1) Make a backup of this file before modifying it.
  9. !          2) Any line with a ! in column 1 is a comment line and not processed
  10. !             until START is encountered.
  11. !          3) Do not rearrange any lines after the START, just fill in values.
  12. !          4) The ingredient (INGRED01, etc.) is a quantity, meas, and ingred.
  13. !          5) Each INGRED item is defined within its field on the
  14. !             "INGRED IS DEFINED AS" line.
  15. !          6) Use a 0 for items to ignore. E.g., This input form is only
  16. !             expecting 18 ingredients so INGRED19 and 20 are 0.
  17. !          7) TOTAL LINES must be under 100. Total Columns must be under 133.
  18. !          8) Remember, Only change NUMBERS below!
  19. !
  20. START  -  Do not delete, rearrange, or add comments to the following lines.
  21. TOTAL LINES PER RECORD    :30
  22. DIRECTIONS >    START LINE:3    END LINE:12
  23. NAME       >          LINE:1      COLUMN:1-20
  24. CUISINE    >          LINE:1      COLUMN:30-40
  25. SERVINGS   >          LINE:2      COLUMN:50-52
  26. INGRED IS DEFINED WITH SUBFIELDS >   QTY:1-5     MEAS:7-9     INGRED:11-30
  27. INGRED01   >          LINE:13     COLUMN:1-30
  28. INGRED02   >          LINE:14     COLUMN:1-30
  29. INGRED03   >          LINE:15     COLUMN:1-30
  30. INGRED04   >          LINE:16     COLUMN:1-30
  31. INGRED05   >          LINE:17     COLUMN:1-30
  32. INGRED06   >          LINE:18     COLUMN:1-30
  33. INGRED07   >          LINE:19     COLUMN:1-30
  34. INGRED08   >          LINE:20     COLUMN:1-30
  35. INGRED09   >          LINE:21     COLUMN:1-30
  36. INGRED10   >          LINE:22     COLUMN:1-30
  37. INGRED11   >          LINE:13     COLUMN:40-70
  38. INGRED12   >          LINE:14     COLUMN:40-70
  39. INGRED13   >          LINE:15     COLUMN:40-70
  40. INGRED14   >          LINE:16     COLUMN:40-70
  41. INGRED15   >          LINE:17     COLUMN:40-70
  42. INGRED16   >          LINE:18     COLUMN:40-70
  43. INGRED17   >          LINE:19     COLUMN:40-70
  44. INGRED18   >          LINE:20     COLUMN:40-70
  45. INGRED19   >          LINE:0      COLUMN:0
  46. INGRED20   >          LINE:0      COLUMN:0
  47.