home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Tools / !EvntEdit / UserFNs / Sliders < prev    next >
Encoding:
Text File  |  1995-12-28  |  314 b   |  15 lines

  1. *|Start FN.........
  2. DEF FN.........( value% )
  3.  
  4. REM Called when slider has had its value changes, either
  5. REM by a drag or click on the slider itself, or by a call
  6. REM to PROCshell_Slider_SetValue
  7. REM value% - the new value (0-100)
  8.  
  9. REM the returned value of this function is ignored
  10.  
  11. LOCAL
  12.  
  13. = 0
  14. :
  15. *|Stop FN.........