View Single Post
Old 05-10-2008, 10:14 AM   #6
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,440
Something like this should do it.

Code:
$rr = ObjCreate("RoadRunner.sdk") $var = $rr.getinfo("w_tmp") $var = StringTrimLeft($var, 3) $var = StringStripWS($var, 8) ;MsgBox(4096, "Result", $var) $rr.execute("SETVAR;MYTEMP; &$var")

Then you should have MYTEMP showing only 75 instead of 75*F
MGD is offline   Reply With Quote