home *** CD-ROM | disk | FTP | other *** search
- ' Global Variables
- Option Explicit
- Global RunNumber As Integer 'run number
- Global The1stPort As Integer 'first COM port
- Global The2ndPort As Integer 'second COM port
- Global TestString As String 'test string
- Global SelectorList(0 To 3) As Integer 'array of selectors
- Global NbrSelectors As Integer '# selectors in SelectorList
-
-