home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / library / clipper / menu / optmenu / optndx.prg < prev    next >
Encoding:
Text File  |  1987-02-21  |  236 b   |  14 lines

  1. *
  2. *
  3. * OPTNDX - Fake index program
  4. *
  5. * by Anthony T. DeHart - GENIE (ATDEHART)
  6.  
  7. ***** Place a dummy message on screen
  8.  
  9. Message = "Selection is inactive (In other words, I don't do nothin')"
  10. do Plac_Msg with Message
  11.  
  12. return
  13.  
  14.