This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by TopDawg
Mon Jan 31, 2011 2:11 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 458494

I found an error in the code that calculates F from C, its line 799 from the latest file speechles posted the link to: it currently reads: set output(tempf) [string trim [format "%.1f" [expr {9.0/5.0*($output(tempc) + 32.0)}]] ".0"] However it should be: set output(tempf) [string...