home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Colossal Cookbook
/
ColossalCookbook.cdr
/
sw
/
mangfood
/
zip
/
mangfood.lzh
/
MYF3DATA.EXE
/
lha
/
MYF.TBL
< prev
next >
Wrap
Text File
|
1990-10-30
|
5KB
|
122 lines
! **************************************************************************
! * CONVERSION TABLE for MANAGING YOUR FOOD Version 3.xx Greg Aakhus *
! **************************************************************************
!
! MYF.TBL: This file is the U.S.RDA and measurement conversion table.
! All lines starting with a "!" are ignored by the program.
! Its purpose is to inform the recipe program what numbers
! to use as RDA and measurement multiplying values. As with
! everything in the program, you may change (update) RDA's
! and multipliers.
!
!
! RDA Values:
! The following is a listing of current RDA's for the four categories.
! Note: These are the U.S. Recommended Daily Allowances set in 1973
! from the FDA. Do not confuse these with the Recommended Dietary
! Allowances (RDA) from the Nation Research Council.
!
! Warning: do not add or rearrange lines between Vitamin A and
! END of RDA. Change only the values desired. Infant values must
! be within column 20-29, child 30-39, adult 40-49, Pregnant 50-59.
! INFANT CHILD ADULT PREGNANT or LACTATING WOMEN
! ------ ----- ----- ---------------------------
Vitamin A (IU) 1500 2500 5000 8000
Vitamin B1 (mg) .5 .7 1.5 1.7
Vitamin B2 (mg) .6 .8 1.7 2.0
Vitamin B6 (mg) .4 .7 2.0 2.5
Vitamin B12 (mg) 2 3 6 8
Vitamin C (mg) 35 40 60 60
Vitamin D (IU) 400 400 400 400
Vitamin E (IU) 5 10 30 30
Folic Acid (mg) .1 .2 .4 .8
Niacin (mg) 8 9 20 20
Pant. Acid (mg) 3 5 10 10
! MINERALS ---------------------------------------------------------------
Calcium (g) .6 .8 1.0 1.3
Magnesium (mg) 70 200 400 450
Zinc (mg) 5 8 15 15
Phosphorus (g) .5 .8 1.0 1.3
Iron (mg) 15 10 18 18
Copper (mg) .6 1.0 2.0 2.0
! END of RDA
!
!
! Conversion Values:
! This next section lists the commonly used conversion multipliers,
! like how many cups in a quart, etc. It does not contain volume to
! weight conversions. Those are ingredient specific and are contained
! in the ingredient file for each ingredient. If a value is not
! found, the program gives you the option to add to this table
! automatically.
!
! The values here probably never need changing, but you may want
! to change measurement names. If you prefer C. instead of cup,
! then change all the "cup"s here, and in the PLAN, MEAL, RECIPE
! and INGREDIENT Files. Upper and lowercase letters are treated
! as the same. Caution: Fluid oz. and weight oz. are easily confused.
!
! Follow the format in the file and remember:
! 1) Multiplier can be a maximum of 4 characters including decimal
! point. Multiplier must be larger than 1. The program will
! reverse values automatically for big to small. Put the small
! measurement first. Measurements can be a maximum of 3 characters.
! 2) Any line beginning with a ! is a comment line and not processed.
! 3) 100 values (non commented lines) are allowed.
!
! Measurements are grouped for clarity, grouping is not required.
! Volumes
3 * TSP = TBS
6 * TSP = OZ
48 * TSP = CUP
96 * TSP = PNT
192 * TSP = QT
768 * TSP = GAL
!
2 * TBS = OZ
16 * TBS = CUP
32 * TBS = PNT
64 * TBS = QT
256 * TBS = GAL
!
8 * OZ = CUP
16 * OZ = PNT
32 * OZ = QT
128 * OZ = GAL
!
2 * CUP = PNT
4 * CUP = QT
16 * CUP = GAL
!
2 * PNT = QT
8 * PNT = GAL
!
4 * QT = GAL
!
! WEIGHTS
16 * OZ = LB
!
! UNITS (link, packet, leaf, stalk, head, clove, ear, slice) = each
! A blank is used to represent each.
12 * = DOZ
6 * BOT = 6PK
6 * = 6PK
! The following provide equivalent values, (i.e. 1 med = 1 each)
1 * = MED
1 * = LRG
1 * = LNK
1 * = PKT
1 * = LF
1 * = STK
1 * = HD
1 * = CL
1 * = EAR
1 * = SLC
!
!
! METRIC
1000 * G = KG
1000 * ML = L
! The following are user added.
! About 37 of a maximum of 100 values have been used so far.