home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / FOCUS001 / FOC001G.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-05-04  |  218 b   |  9 lines

  1. Global ngVerifyOK As Integer
  2. Global ngCtlFocusID As Integer
  3. Global ngCurrValue As Integer
  4. Global ngCurrIndex As Integer
  5. Global Const TRUE = -1
  6. Global Const FALSE = 0
  7. Global Const MSG_STOP_OK = 17  ' STOP + OK
  8.  
  9.