home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
13
/
PCLVBW11.ZIP
/
SELFGLOB.BAS
< prev
next >
Wrap
BASIC Source File
|
1996-02-08
|
351b
|
10 lines
' 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