CPC091292 257.DOC The Complete Communicator for DOS Phone Book File Format This document is provided as "For your information" and as is. Neither The Complete PC nor any of it's employees assume any responsibility for consequences resulting from the use of the following information nor can the Complete PC technical support provide help with this document. The user of said information does so at his or her own risk. The format of the files used for groups and recipient lists is the same. Each file contains fixed length fields terminated by a single null (zero) byte. Bytes 0-1 Count of number of entries The first two bytes of the file contain an interger count of the number of entries. The interger is stored in Hexadecimal format, least significant byte first. The example below has two entries. In a file with 99 entries, the first two bytes would be 63 00. The fields for each entry are: Bytes 2-21 Descriptive name (20 Charactures) 22 Hex 00 23-49 Voice Phone Number (27 digits) 50 Hex 00 51-77 Fax Phone Number (27 Digits) 78 Hex 00 79-86 Polling Password (8 Charactures) 87 Hex 00 88 Hex 4E (N) or Hex 59 (Y) (Polling Yes or No) 89-92 Hex 00 Un-used positions within the name, phone number, and password fields must be filled with blanks (Hex 20). The sample file below is 184 bytes long. It has two entries. The format shown is similar to that used by DEBUG. The first column is the hexadecimal offset within the file, beginning at zero. The next columns contain the headecimal values for each byte. The right hand column shows the ASCII character values for each byte. Note that all legal dialing charactures and separators [such as - , ; ()] can be included in the phone number field. Hex ASCII 0000 02 00 46 49 52 53 54 20-4E 41 4D 45 20 20 20 20 FIRST NAME 0010 20 20 20 20 20 20 00 34-33 34 2D 30 31 34 35 20 434-0145 0020 20 20 20 20 20 20 20 20-20 20 20 20 20 20 20 20 0030 20 20 00 34 33 34 2D 31-30 34 38 20 20 20 20 20 434-1048 0040 20 20 20 20 20 20 20 20-20 20 20 20 20 20 00 50 0050 41 53 53 57 4F 52 44 00-00 00 53 45 43 4F 4E 44 P 0060 20 4E 41 4D 45 20 20 20-20 20 20 20 20 20 00 31 ASSWORD 0070 32 33 34 35 36 37 38 39-30 31 32 33 34 35 36 37 SECOND 0080 38 39 30 31 32 33 34 35-36 37 00 31 32 33 34 35 NAME 1 0090 36 37 38 39 30 31 32 33-34 35 36 37 38 39 30 31 11111345678901234 00A0 32 33 34 35 36 37 30 50-41 53 53 57 4F 52 44 00 56789012345671112 00B0 00 00 1134567PASSWORD