home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / og_msg / ogsend.bas < prev    next >
BASIC Source File  |  1992-01-30  |  187b  |  9 lines

  1. Global username As String
  2. Global Const false = 0
  3. Global Const true = Not false
  4. Global sendname As String
  5.  
  6. Global Const maildir = "f:\ogmail\"
  7. Global Const namefile = "h:\ogmail"
  8.  
  9.