home *** CD-ROM | disk | FTP | other *** search
- type mailer_structure = record
- status : longint;
- company : string[48];
- contact : string[48];
- street1 : string[30];
- street2 : string[30];
- city : string[25];
- state : string[2];
- zip : string[10];
- title : string[30];
- phone : string[14];
- contact_type : byte;
- notes1 : string[62];
- notes2 : string[62];
- notes3 : string[62];
- notes4 : string[62];
- end; {record}
-
- maxdatatype = mailer_structure;
- maxkeytype = string[48];
-