Did I find a bug or bug found me?


Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185

    Default Did I find a bug or bug found me?

    Code:
    </i></font>A <font color="#000080"><b>VAR BYTE
    </b></font>B <font color="#000080"><b>VAR BYTE
    </b></font>C <font color="#000080"><b>VAR BYTE
    </b></font>D <font color="#000080"><b>VAR BYTE
    
    </b></font>A = <font color="#FF0000">100
    </font>B = <font color="#FF0000">100
    </font>C = <font color="#FF0000">100
    </font>D = <font color="#FF0000">100
    
    
    </font>Loop:
    
        <font color="#000080"><b>IF </b></font>A = B = C = D = <font color="#FF0000">100 </font><font color="#000080"><b>THEN </b></font>Loop
        
    <font color="#000080"><b>GOTO </b></font>Loop
    This code compiles with no error; but in practice, it does not come out true.


    Am I going to learn something new now?
    ________________
    Last edited by sayzer; - 12th September 2008 at 09:56.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

Similar Threads

  1. Instant Interrupts - Revisited
    By Darrel Taylor in forum Code Examples
    Replies: 772
    Last Post: - 17th February 2016, 22:14
  2. PBPro error "Macro USBINIT? not found in macro file"
    By Bonxy in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 4th October 2011, 09:06
  3. can't find include file!
    By jimbostlawrence in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 10th November 2009, 08:44
  4. Found something strange (BUG???)
    By GrandPa in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th November 2007, 19:50
  5. 18F452 "Unknown Processor" errors
    By schwinn_rider in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 27th April 2006, 03:56

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