While Wend


Results 1 to 10 of 10

Thread: While Wend

Threaded View

  1. #8
    Join Date
    Feb 2003
    Location
    Salt Lake City, Utah USA
    Posts
    517


    Did you find this post helpful? Yes | No

    Smile

    another hint for Melanie (attached)
    (you are now 8 of 9)

    Or just

    Loop:
    IF A = 1 AND B < 10 THEN
    B = B + 1
    GOTO Loop
    ENDIF
    certainly more readable but

    1) takes longer to evaluate in PIC time
    2) takes more code space

    {!r]
    Attached Images Attached Images  
    Last edited by paul borgmeier; - 8th July 2007 at 06:08. Reason: color adjust
    Paul Borgmeier
    Salt Lake City, UT
    USA
    __________________

Similar Threads

  1. Can't read sequential addresses in external EEPROM
    By tjkelly in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th February 2010, 14:46
  2. HSEROUT and Commas, What? Help Me Understand
    By altech6983 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 20th July 2009, 19:12
  3. Regarding WHILE...WEND
    By Security in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 8th September 2008, 09:31
  4. LOTS of questions....
    By reaper0995 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd March 2008, 17:00
  5. Pulsin versus While Wend
    By Toley00 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 7th March 2006, 20:08

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