PDA

View Full Version : LUA temperature conversion



jwilson56
June 5th, 2007, 03:39 PM
Is there a LUA or Girder function built in to convert temperature between C to F?

Thanks

John

harleydude
June 5th, 2007, 03:44 PM
require ('girunits')

print (gir.ConvertUnits('Metric', 'Imperial', 'Temperature', 27.5))