Question: Computing with Value of Slider

I would like to accesse the value of a slider in a Maplet, and use it in a computation in a procedure.

My problem is that using Get(Slider1) does not give me a real number to work with. What kind of object is the value of Slider1, and how do I convert it into a real number?

Please Wait...