home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / sharewar / wscmclib / SELFGLOB.BAS < prev    next >
BASIC Source File  |  1997-10-30  |  227b  |  7 lines

  1. ' Global Variables
  2. Option Explicit
  3. Global RunNumber As Integer     'run number
  4. Global The1stPort As Integer    'first COM port
  5. Global The2ndPort As Integer    'second COM port
  6. Global TestString As String     'test string
  7.