a=parseInt(text); b=parseInt(text.substring(text.indexOf(".")+1)); floatvar= a+b/Math.pow(10,String(b).length)