home *** CD-ROM | disk | FTP | other *** search
- (* Structure for FONEINF.DAT *)
- (* Copyright 1991 Mike Wilson for RADD, CBV. *)
- (* ALL RIGHTS RESERVED *)
-
-
-
- Type { Data structure for the FoneInf.DAt }
-
-
- UserPhone = Record
- UserName : String[40]; { Users Name }
- DFone : String[12]; { Users Data Line Number }
- HFone : String[12]; { Users Home Line Number }
-
- End;
-
-