home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / Zips / MyPSCDownl2013028132006.psc / modGlobals.bas < prev    next >
BASIC Source File  |  2006-08-13  |  91b  |  7 lines

  1. Attribute VB_Name = "modGlobals"
  2. Option Explicit
  3.  
  4. Public strDatabasePath As String
  5.  
  6.  
  7.