home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / altvb10b.zip / HLPFILES.ZIP / FLAGS.HLP < prev    next >
Text File  |  1990-10-25  |  617b  |  16 lines

  1. ┌────────────────────────────────────────────────────┐
  2. │                   System Flags.                    │
  3. └────────────────────────────────────────────────────┘
  4.  
  5.             SUB SetFlag (Flag%, Value%)
  6.  
  7. This routine is used to set  one of the sixteen system
  8. flags to a value of between 0 and 255. These flags are
  9. situated in the Intra-Application Communications area,
  10. an area reserved by DOS for user programs to signal to
  11. each other. FLAG% is the flag number (1-16), VALUE% is
  12. the value you want to set.
  13.  
  14.               FUNCTION GetFlag% (Flag%)
  15.  
  16. Returns the current setting of the flag specified.