home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Tools / !EvntEdit / UserFNs / TextMPre < prev    next >
Encoding:
Text File  |  1996-02-13  |  200 b   |  13 lines

  1. *|Start FN.........
  2. DEF FN.........( menu_handle% )
  3.  
  4. REM Called before a text popup menu is opened
  5. REM menu_handle% - menu that is opening
  6.  
  7. LOCAL
  8.  
  9. REM Return value is ignored
  10.  
  11. = 0
  12. :
  13. *|Stop FN.........