Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Darrel Taylor; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    30
    Views
    24,284

    Actually, I think you are missing the point. ...

    Actually, I think you are missing the point.

    Haven't you noticed...
    meLabs doesn't add things anymore.

    Last thing a saw get added was REPEAT..UNTIL.
    Not sure but maybe that was 2004. Version...
  2. Replies
    30
    Views
    24,284

    That's just the way I format things. You dont...

    That's just the way I format things.
    You dont have to do it that way.

    Here's one that skimask will like. (lottsa colons)
    IF Condition then
    Something
    else:IF Condition2 then
    ...
  3. Replies
    30
    Views
    24,284

    It'll work. You just need to add the next...

    It'll work. You just need to add the next condition in the last one's ELSE clause.
    IF Condition then
    Something
    else
    if Condition2 then
    something else
    else
    if...
  4. Replies
    30
    Views
    24,284

    No difference, no additional code space. ...

    No difference, no additional code space.



    No difference. That's what it does.

    Added: No additional Stack space either.

    _
  5. Replies
    30
    Views
    24,284

    As far as I know it already does. (just not all...

    As far as I know it already does. (just not all in one word)

    IF Condition then
    Something
    else
    if Condition2 then
    something else
    endif
    endif
Results 1 to 5 of 5