How to convert string to float? - ASP / Active Server Pages
CDbl() or CSng() will do the trick. Use IsNumeric() to make sure it's numeric first. Alan "Jason Chan" wrote in message news:OZlikrpcDHA.856@tk2msftngp13.phx.gbl... i want to covert a querystring to float number in asp. what function should i ......