home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / og_msg / ogmail.bas < prev    next >
BASIC Source File  |  1992-02-07  |  253b  |  14 lines

  1. Global username As String
  2. Global Const false = 0
  3. Global Const true = Not false
  4. Global sendname As String
  5. Global savetext As String
  6. Global namefile As String
  7. Global maildir  As String
  8. Global winpath As String
  9.  
  10. Global setupflag As Integer
  11.  
  12.  
  13.  
  14.