home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / STARTUP.PRG < prev    next >
Encoding:
Text File  |  1993-02-01  |  742 b   |  12 lines

  1. *****************************************************************
  2. *     * 09/92               STARTUP.PRG                         *
  3. *****************************************************************
  4. *     * Author's Name: Jeb Long                                 *
  5. *     *                                                         *
  6. *     * Description:                                            *
  7. *     * This program illustrates how to add a popup menu bar    *
  8. *     * to the Edit system menu.                                *
  9. *****************************************************************
  10. define bar 18 of _medit after _mlast prompt "hello" key CTRL+H
  11. ON SELECTION bar 18 of _medit wait window nowait dtoc(date())+" "+time()
  12.