Export Database - creates a memo in Memo Pad that is a dump of the current ingredient database. There are sections for each ingredient. If you want to add ingredients and know specifications for them, this allows you to do that. Here's the current format (20021204).
[malt]
<name as string>:<color in degrees Lovibond as real>:<specific gravity in gravity points pounds per gallon as integer>:<diastatic power in degrees Lintner as integer>:<fermentability as integer (0|1|2)> /* 0 is non-fermentable (like lactose); 1 is partially fermentable (most grains that are mashed or steeped); 2 is totally fermentable (any pre-processed sugars or malt extracts) */
...
[hops]
<name as string>:<alpha acid in percent as integer>:<description as string>
...
[yeast]
<name as string>:<flocculation as string>:<attenuation in percent as integer>:<temperature range in degrees Fahrenheit or Celsius as integer>
...
[water]
<name as string>:<liquid? as boolean (0|1)>