Line concatenation


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,170


    Did you find this post helpful? Yes | No

    Default Re: Line concatenation

    Thanks Aero, that makes sense. I'll try it out when I get home.

    Robert

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,170


    Did you find this post helpful? Yes | No

    Default Re: Line concatenation

    PBP behaves just as documented. I should have looked under IF statement.

    5.35 IF..THEN
    IF Comp {AND/OR Comp...} THEN Label
    IF Comp {AND/OR Comp...} THEN Statement...
    IF Comp {AND/OR Comp...} THEN
    Statement...
    {ELSEIF Comp {AND/OR Comp...} THEN
    Statement...}
    {ELSE
    Statement...}
    ENDIF
    Robert

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default Re: Line concatenation

    After THEN a statement is required. On the first example is the line under THEN.

    On the second example you only have : and a statement is missing. Just a classic logical error

    Ioannis

Similar Threads

  1. Concatenation
    By galliumman in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 14th February 2013, 23:05
  2. Line following robot
    By samsoltats in forum mel PIC BASIC
    Replies: 2
    Last Post: - 3rd September 2010, 16:01
  3. Line continuation
    By stratus in forum mel PIC BASIC
    Replies: 3
    Last Post: - 14th June 2005, 08:17
  4. 2 Line Chars on a 2 Line LCD
    By Squibcakes in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 16th November 2003, 00:44

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