home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
r
/
radd1_7.zip
/
FONESTR.002
< prev
next >
Wrap
Text File
|
1992-06-17
|
510b
|
18 lines
(* 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;