    All dropfile variables are listed in the order in which they are in the
    dropfile.


    The following global variables are available for you to use if in the
    config file the sysop has specified DOOR.SYS as the type of dropfile:

    ds.ComPort$                = "COMx:", where x = comport
    ds.BpsRate$                = caller's BPS rate, 0 if local
    ds.Parity$                 = parity (always "8" databits)
    ds.Node$                   = node number
    ds.DTERate$                = locked DTE rate, 0 if not locked
    ds.ScreenState$            = screen display (snoop) Y or N
    ds.Printer$                = printer Y = on, N = off
    ds.PageBell$               = page bell Y = on, N = off
    ds.CallerAlarm$            = caller alarm Y = on, N = off
    ds.UserName$               = user's name
    ds.CallingFrom$            = where user is calling from
    ds.PhoneNumber$            = phone number
    ds.WorkPhone$              = work phone number
    ds.Password$               = password
    ds.SecurityLevel$          = security level
    ds.TotalCalls$             = total calls by user
    ds.LastCall$               = last date of call by user
    ds.SecondsLeft$            = seconds remaining this call
    ds.MinutesLeft$            = minutes remaining this call
    ds.Ansi$                   = "GR" if ANSI is enabled, NG if not
    ds.PageLength$             = screen length in lines
    ds.ExpertMode$             = expert mode Y = on, N = off
    ds.Conferences$            = conferences registered in
    ds.CurrentConference$      = current conference number
    ds.SubscriptionExpiration$ = subscription expiration date
    ds.UserNumber$             = user number
    ds.DefaultProtocol$        = default protocol
    ds.TotalUploads$           = total uploads
    ds.TotalDownloads$         = total downloads
    ds.DailyKTotal$            = total kilobytes downloaded today
    ds.DailyKLimit$            = maximum kilobytes allowed to d/l today
    ds.BirthDate$              = birthdate
    ds.NodeMainDir$            = BBS node's main directory
    ds.DoorSYSDir$             = directory where door.sys presides
    ds.SysopFirst$             = sysop's first name
    ds.Alias$                  = user's alias
    ds.EventTime$              = next scheduled event time
    ds.ErrorCorrecting$        = error correcting connection Y = yes, N = no
    ds.GraphicsMode$           = graphics mode Y = on, N = off
    ds.RecordLocking$          = record locking Y = yes, N = no
    ds.DefaultColor$           = default text color
    ds.TimeCreditMinutes$      = time credit in minutes
    ds.LastNewFileCheck$       = date of user's last new file check
    ds.TimeOfCall$             = time user logged on
    ds.TimeOfLastCall$         = time user last logged on
    ds.DailyFilesLimit$        = maximum files allowed to d/l each day
    ds.DownloadsToday$         = number of files user d/l'd today
    ds.TotalKUploaded$         = total kilobytes user has uploaded
    ds.TotalKDownloaded$       = total kilobytes user has downloaded
    ds.UserComment$            = comment stored in user record
    ds.DoorsOpen$              = number of doors open
    ds.MessagesLeft$           = total number of messages user posted


    The following global variables are available for you to use if in the
    config file the sysop has specified DORINFO1.DEF or DORINFOx.DEF as
    the type of dropfile:

    dd.BBSname$         = BBS name
    dd.SysopFirst$      = sysop's first name
    dd.SysopLast$       = sysop's last name
    dd.ComPort$         = "COMx", where x = comport
    dd.ComPortSettings$ = BPS rate,parity,data bits,stop bits
    dd.Reserved$        = reserved (always 0)
    dd.UserFirst$       = user's first name
    dd.UserLast$        = user's last name
    dd.CallingFrom$     = where user is calling from
    dd.Ansi$            = ANSI enabled 0 = no, 1 = yes
    dd.SecLvl$          = security level
    dd.MinutesLeft$     = minutes left


    The following global variables are available for you to use if in the
    config file the sysop has specified CHAIN.TXT as the type of dropfile:

    ct.UserNumber$    = user number
    ct.Alias$         = user's alias
    ct.UserName$      = user's name
    ct.Callsign$      = user's HAM radio callsign
    ct.Age$           = age
    ct.Sex$           = sex M=male, F=female
    ct.Gold$          = user's gold (????)
    ct.LastLogonDate$ = user's last logon date
    ct.Columns$       = screen columns
    ct.Rows$          = screen rows
    ct.SecLvl$        = security level
    ct.CoSysopFlag$   = 1=Co-SysOp, 0=not
    ct.SysopFlag$     = 1=SysOp, 0=not
    ct.Ansi$          = 1=ANSI on, 0=off
    ct.Remote$        = 1=remote, 0=local
    ct.SecondsLeft$   = seconds left
    ct.GFilesDir$     = system GFILES directory (WWIV only)
    ct.DataDir$       = system DATA directory (WWIV only)
    ct.DailyLog$      = daily log file
    ct.BpsRate$       = BPS rate
    ct.ComPort$       = comport number
    ct.BBSname$       = BBS name
    ct.SysopName$     = sysop name
    ct.TimeLoggedOn$  = second from midnight that user logged on
    ct.SecondsUsed$   = seconds user has been online
    ct.KUploaded$     = total K user has uploaded
    ct.Uploads$       = total uploads by user
    ct.KDownloaded$   = total K user has downloaded
    ct.Downloads$     = total downloads by user
    ct.Parity$        = always "8N1"
    ct.DteRate$       = DTE rate, 0 if port not locked
    ct.Node$          = node number
