Originally Posted by
Skorpeo
trying to make a simple converter, for converting inches to mm. example is you enter the inches in box a and get the result for the mm in box b, easy enough I thought, my problem is I cant get decimals to read, I can get the result using Str$(Edit Value( "inches" )*25.4) however all I get is whole numbers, if I put in 1.5 I get 25.4. I need it to work with decimals up to 4 places cant seem to get it to work I have tried dp calc and have tried this string as well - Val( Edit Value( "inches" )*25.4) but get error that says, mixed string and numbers, any help would be greatly appreciated. Thanks