SX/B no error code generated
SteveD
Posts: 64
SX/B did not locate this misspelled variable.· It took me a long time to figure out why my code was not working properly.· I tried misspelling theTemp variable at other places in the code and it found it.· For some reason SX/B does not find the mistake in only this line.· Is it because of the / operator or does it have anything to do with the __WREMAINDER COMMAND?
My code does not have a theTep variable.
·
·
· theTemp = theTemp + 3200
· theTemp = theTep / 100· ··········· ← misspelled variable should be theTemp
· cRem = __WREMAINDER
Thanks,
Steve
My code does not have a theTep variable.
·
·
· theTemp = theTemp + 3200
· theTemp = theTep / 100· ··········· ← misspelled variable should be theTemp
· cRem = __WREMAINDER
Thanks,
Steve
Comments
Are you using the latest compiler ? Version 1.51.03 ?
I will look into it.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
"People who are willing to trade their freedom for·security deserve neither and will lose both." Benjamin Franklin
Post Edited (Bean (Hitt Consulting)) : 10/26/2006 10:59:06 PM GMT
You are right, I will correct that in the next release.
Thanks alot for posting it.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
"People who are willing to trade their freedom for·security deserve neither and will lose both." Benjamin Franklin
·