iparameter Question

Is it possible to have decreasing values with iparameter ?

iparameter (“variable”,10,1,10)

I tried doing that and it didn’t work. You can do -10,-1,-10 and change the sign of the value you get by multiplying it by -1, which would give you the 10,1.

It Works, thanks.