Easy Extra will accept a file in WordStar 2000 Mailing List format,
which is a CBASIC-style comma-delimited field, carriage return-delimited
record data file.

The following is the field order for a Mailing List 2000, CBasic
type of file:

Field #		Description

  1		blank
  2		record number (5 numeric chars, right justified, zero filled)
  3		full name (concatonation of next 3 fields)
  4		first
  5		middle initial
  6		last
  7		honorific (Mr./Ms.)
  8		title
  9		company
 10		address line 1
 11		address line 2
 12		city
 13		state
 14		zip
 15		country
 16		phone
 17		date (in mm/dd/yy format - e.g. 08/17/87)
 18		blank (will become Jr./M.D. field in next release)
 19		1st user definable field
 20		blank (will become 2nd phone in next release)
 21		2nd user definable field
 22		blank
 23		3rd user definable field
 24		1st remark (corresponding to 1st user definable field)
 25		2nd remark ("           " "  2nd "  " "       " "   ")
 26		3rd remark ("           " "  3rd "  " "       " "   ")
 27		date (in yymmdd format - e.g. 870817) for sorting purposes

NOTE:	Those fields described as "blank" are for histerical reasons.  There
	was an effort to keep this order of fields compatible with the Mailing
	List from the ProSolutions package we once sold.

