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

  1. *|Start FN.........
  2. DEF FN.........( icon_contents$ )
  3.  
  4. REM Called when the contents of an icon changes
  5. REM the returned value of this function is ignored
  6.  
  7. LOCAL
  8.  
  9.  
  10. = 0
  11. :
  12. *|Stop FN.........