home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BUSINESS / MYF451.ZIP / MYF4_UPD.COM / IMPORT.RCP next >
Text File  |  1994-01-01  |  3KB  |  49 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 line numbers are 0.
  17. !          7) Ingredient subfields are defined within the ingred field.
  18. !             QTY:1-5 means column 1-5 in the ingredient field that may start
  19. !             at column 40.
  20. !          8) Remember, Only change NUMBERS below!
  21. !
  22. START  -  Do not delete, rearrange, or add comments to the following lines.
  23. TOTAL LINES PER RECORD    :30
  24. DIRECTIONS >    START LINE:3    END LINE:12
  25. NAME       >          LINE:1      COLUMN:1-20
  26. CUISINE    >          LINE:1      COLUMN:30-40
  27. SERVINGS   >          LINE:2      COLUMN:50-52
  28. INGRED IS DEFINED WITH SUBFIELDS >   QTY:1-5     MEAS:7-9     INGRED:11-30
  29. INGRED01   >          LINE:13     COLUMN:1-30
  30. INGRED02   >          LINE:14     COLUMN:1-30
  31. INGRED03   >          LINE:15     COLUMN:1-30
  32. INGRED04   >          LINE:16     COLUMN:1-30
  33. INGRED05   >          LINE:17     COLUMN:1-30
  34. INGRED06   >          LINE:18     COLUMN:1-30
  35. INGRED07   >          LINE:19     COLUMN:1-30
  36. INGRED08   >          LINE:20     COLUMN:1-30
  37. INGRED09   >          LINE:21     COLUMN:1-30
  38. INGRED10   >          LINE:22     COLUMN:1-30
  39. INGRED11   >          LINE:13     COLUMN:40-70
  40. INGRED12   >          LINE:14     COLUMN:40-70
  41. INGRED13   >          LINE:15     COLUMN:40-70
  42. INGRED14   >          LINE:16     COLUMN:40-70
  43. INGRED15   >          LINE:17     COLUMN:40-70
  44. INGRED16   >          LINE:18     COLUMN:40-70
  45. INGRED17   >          LINE:19     COLUMN:40-70
  46. INGRED18   >          LINE:20     COLUMN:40-70
  47. INGRED19   >          LINE:0      COLUMN:0
  48. INGRED20   >          LINE:0      COLUMN:0
  49.