VISIO::SLIDER_CHANGED (int slider)

Description: Capture a callback signal on a slider. The ID of the slider is passed as an argument. If a change signal has been received by Visio, this command returns a '1'. Else it returns a '0'.

Example: IF VISIO::SLIDER_CHANGED (slider) THEN PRINT “Your slider has changed!”