View previous topic :: View next topic |
Author |
Message |
Tom-H-PIC
Joined: 08 Sep 2003 Posts: 105 Location: New Castle, DE
|
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Aug 08, 2008 12:16 pm |
|
|
That code is messed up. It's not real code. For a period of time, the
forum software had "HTML enabled" for all posts. This meant that
any code surrounded by angle brackets was interpreted as HTML and
was displayed as garbled code. The forum "regulars" usually warned
people about this, but some bad posts were still made. There used to be
a tickbox below the posting window, where you could enable/disable HTML.
Eventually, several months ago, the forum admin globally disabled
HTML and the problem went away. However, the old posts with the
garbled code still remain in the archives. |
|
|
Tom-H-PIC
Joined: 08 Sep 2003 Posts: 105 Location: New Castle, DE
|
What was the line? |
Posted: Tue Aug 12, 2008 9:49 am |
|
|
My question is what is this line to read.
Code:
Code: | if(in->holdTime <0>value != newValue){ // change has occured |
This?
Code:
Code: | if(in->holdTime < in->value != newValue){ // change has occured |
Tom |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Aug 12, 2008 12:16 pm |
|
|
Go to that thread. The person who posted that code has an email
address listed in the side buttons. Ask him about it.
I advise, don't email him a link to the code because links add spam
points. Just email him the code. Then it might get through his
spam filter. |
|
|
|