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

  1. *|Start FN.........
  2. DEF FN.........( window_handle%, display_icon%, item_text$ )
  3.  
  4. REM Called when a selection is made from a text popup menu
  5. REM window_handle - window that contains the menu icon
  6. REM display_icon% - icon to contain the result of the selection
  7. REM item_text$    - text of item that was selected
  8.  
  9. LOCAL
  10.  
  11. REM Return value is ignored
  12.  
  13. = 0
  14. :
  15. *|Stop FN.........