VISIO::SLIDER_NUM (int slider, int pos)

Description: With this instruction the current value selected in a slider is shown next to the slider. The value is shown by default when creating a slider. The 'pos' determines on which side the value will be shown: V_POS_LEFT, V_POS_TOP, V_POS_RIGHT or V_POS_BOTTOM.

Example: VISIO::SLIDER_NUM (slider, V_POS_LEFT)