home *** CD-ROM | disk | FTP | other *** search
- (* Structure for RADCFG?.DAT *)
- (* Copyright 1991 Mike Wilson for RADD, CBV. *)
- (* ALL RIGHTS RESERVED *)
-
-
- CONST
- LdCode = 1;
- ExitPath = 2;
- LogFileName = 3;
- BBSMsgPath = 4;
- XXXXA = 5;
-
- Hr = 1;
- Min = 2;
- Sec = 3;
- Hun = 4;
-
- AllowEdit = 1;
- UseFoneInf = 2;
- CheckBothNumbers = 3;
- ForceUSFormat = 4;
- AlwaysDropCaller = 5;
-
- Type
- RaddRecord = Record
-
- BooX : Array[1..10] of Boolean; { LdCode, ExitPath ect...}
- Byt : Array[1..10] of Byte; { Extra info for later versions }
- Int : Array[1..10] of Integer; { ^ }
- Wrd : Array[1..5] of word; { ^ }
- Rel : Array[1..5] of Real; { ^ }
- Lng : Array[1..3] of Longint; { ^ }
- StrX : Array[1..10] of String; { ^ }
-
- QuitAfterLD, { quit after LD calback? }
- TOLLCALL : Boolean; { Allows LD callbacks? }
-
- StartTime, { Start time for LD calls }
- EndTime : Array [1..4] of Word; { EndTime for LD Calls }
-
- VALSEC : Word; { Validated Security Level }
- BoardNumber, { Message board numerb to post stuff in }
- COMPORT : Byte; { Modem comport }
-
- AFlag, { Flag settings....}
- BFlag,
- Cflag,
- Dflag,
- INIT, { Modem init string }
- DIAL, { Modem Dial String }
- DIALSUF, { Modem Dial Suffix }
- RAPATH : String; { Path to BBS Files }
- End;
-
-