home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( value% )
-
- REM Called when slider has had its value changes, either
- REM by a drag or click on the slider itself, or by a call
- REM to PROCshell_Slider_SetValue
- REM value% - the new value (0-100)
-
- REM the returned value of this function is ignored
-
- LOCAL
-
- = 0
- :
- *|Stop FN.........