VISIO::SLIDER_SET (int slider, int value, int lower, int upper, int step)

Description: Sets the values in the slider 'slider'. The argument 'value' sets the slider to a default value, the argument 'lower' determines the lowest value of the slider, the argument 'upper' determines the highest value of the slider and the argument 'step' determines the stepsize.

Example: VISIO::SLIDER_SET (slider, 5, 0, 10, 1)