home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / favorite / favglobl.bas < prev    next >
BASIC Source File  |  1991-07-10  |  928b  |  30 lines

  1. '============================================================================'
  2. '                                                                            '
  3. ' Visual Basic global constant file.  This file can be loaded into the       '
  4. ' global module.                                                             '
  5. '                                                                            '
  6. ' Some constants are commented out because they have duplicates (for         '
  7. ' example, NONE appears in several places).                                  '
  8. '                                                                            '
  9. '============================================================================'
  10. '
  11. ' ===========
  12. ' added for this program
  13. '
  14.  Global RUNFILENAME$
  15.  
  16.  
  17.  
  18.  
  19. '========='
  20. '         '
  21. ' General '
  22. '         '
  23. '========='
  24.  
  25. ' Booleans
  26. Global Const TRUE = -1
  27. Global Const FALSE = 0
  28.  
  29.  
  30.