Not sure whats wrong here


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    &/ is a bitwise operator.

    ANDNOT is a logical operator ...

    Code:
    IF LSH1 ANDNOT HSP1 THEN LIMITHIT
    DT

  2. #2
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default Re: Not sure whats wrong here

    Thank you both! Turns out I finally get the difference now. I have read it in the manual and somehow kept not being able to make the distinction.

    As a side not, I really needed ORnot instead of ANDnot. but thats a different story.
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts