i need that formula and also i need to convert cm-->inches thnks
Come and get our ISDN CallerID http://www.3wm.biz
Code: Function toC(F as double) as double toC = (5/9)*(F-32) end Function Function toF(C as double) as double toF = ((9/5)*C)+32 End function inches = 2.54 * centimeters
Function toC(F as double) as double toC = (5/9)*(F-32) end Function Function toF(C as double) as double toF = ((9/5)*C)+32 End function
Forum Rules