Shop OBEX P1 Docs P2 Docs Learn Events
Error: 111-Undefined label SHT_Connection_Reset — Parallax Forums

Error: 111-Undefined label SHT_Connection_Reset

Benjamin ThorpBenjamin Thorp Posts: 3
edited 2007-10-19 06:58 in BASIC Stamp
in a bind

If anyone could tell me how to define this label,
or why SHT_Connection_Reset is undefined for the SHT11
example code I would really really appreciate it.
Benjamin

Comments

  • Benjamin ThorpBenjamin Thorp Posts: 3
    edited 2007-10-19 04:10
    the code i'm referencing is

    Initialize:
    GOSUB SHT_Connection_Reset
  • UnsoundcodeUnsoundcode Posts: 1,532
    edited 2007-10-19 06:29
    Hi Benjamin, elsewhere in your code the label should be defined followed by a colon, do you have that.

    SHT_Connection_Reset:

    Jeff T.
  • Benjamin ThorpBenjamin Thorp Posts: 3
    edited 2007-10-19 06:58
    yes, i found that in some web page, didn't understand where the problem was at first but have a little better grasp on defining labels now. Thanks for the answer though, i appreciate it for sure.

    Benjamin
Sign In or Register to comment.