home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / avidemo / mmpglob.bas < prev    next >
BASIC Source File  |  1991-12-28  |  100b  |  5 lines

  1. Declare Function mciExecute Lib "mmsystem.dll" (ByVal a$) As Integer
  2.  
  3. Global TheFile As String
  4.  
  5.