home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- * * 09/92 MENUFUNC.PRG *
- *****************************************************************
- * * Author's Name: Jeb Long *
- * * *
- * * Description: *
- * * This program illustrates to use menu pad functions to *
- * * to locate a menu pad and release it *
- *****************************************************************
- FOR count = 1 TO CNTPAD('_msysmenu') && Number of pads
- IF PRMPAD('_msysmenu', GETPAD('_msysmenu', count)) = 'Text'
- RELEASE PAD (GETPAD('_msysmenu', count)) OF _msysmenu
- ? (GETPAD('_msysmenu', count)) ,count
- EXIT
- ENDIF
- ENDFOR