"sliderPosition"
Shows the current slider position.
Synopsis
shape.sliderPosition(int position);
Parameters
Parameter | Description |
---|---|
position | The current slider position |
Description
This property shows the current slider position.
Example
In the following example a upper limit of 150 is defined.
main()
{
DebugN(SLIDER1.sliderPosition());
}
Assignment
Slider