Use toFixed on your numeric value.
<abs contexttype="opengear" gridsize="20" id="_top">
<meta>
<params>
<param access="1" constraint="0.0;100.0;0.0;100.0;1" constrainttype="INT_STEP_RANGE" name="num" oid="num" precision="0" type="INT32" value="0" widget="spinner"/>
</params>
</meta>
<param expand="true" height="60" left="40" oid="num" runtasksonload="true" top="40" width="200">
<task tasktype="ogscript">ogscript.rename('cur', '$' + params.getValue('num', 0).toFixed(2));</task>
</param>
<label height="80" id="cur" left="260" style="txt-align:west" top="40" width="200"/>
</abs>#DashBoard