napa182 commented on a Page, Temperature Conversion Dialog  -  May 09, 2008

um for the Celsius to Fahrenheit you have it as

var %t2 $calc($did(7) - 32)
      var %temp $calc(%t2 * 0.55555555555555555555555555555556)
      did -a Temperature 12 Converstion for $did(5) to Fahrenheit:
      did -a Temperature 10 $round(%temp,2) $+ °

it should be

 var %t2 $calc($did(7) * 1.8)
      var %temp $calc(%t2 + 32)
      did -a Temperature 12 Converstion for $did(7) to Fahrenheit:
      did -a Temperature 10 $round(%temp,2) $+ °
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.