User Portlet User Portlet

Discussions
Maybe something like this will be a littel help. .`inputmaxnumber[max_] := Manipulate[x, {x, 0, max, 3/2*00.1}] // N inputmaxnumber[100]` And here you will just need to enter a max value of max as a number.