home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 4 / mmcd04-julaug1995-cd.iso / applicat / educate / spmate12 / speltest.ba$ / speltest.bas
BASIC Source File  |  1993-07-09  |  175b  |  10 lines

  1. Option Explicit
  2.  
  3. Global FullFilePath As String
  4. Global FileSelected As Integer
  5. Global FileChanged As Integer
  6.  
  7. Global Const WILDCARD$ = "*.txt"
  8. Global Const MODAL = 1
  9.  
  10.