Shop OBEX P1 Docs P2 Docs Learn Events
SX/B no error code generated — Parallax Forums

SX/B no error code generated

SteveDSteveD Posts: 64
edited 2006-10-26 23:04 in General Discussion
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

Comments

  • BeanBean Posts: 8,129
    edited 2006-10-26 22:53
    Steve,
    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
  • SteveDSteveD Posts: 64
    edited 2006-10-26 22:54
    Yes
  • BeanBean Posts: 8,129
    edited 2006-10-26 22:58
    Steve,
    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
    ·
  • SteveDSteveD Posts: 64
    edited 2006-10-26 23:04
    Thank you for all your work Bean!
Sign In or Register to comment.