Results 1 to 3 of 3

Thread: OpenSBP - IF - THEN

  1. #1
    Join Date
    Dec 2015
    Location
    New Jersey
    Posts
    60

    Default OpenSBP - IF - THEN

    Does OpenSBP support IF - Then like this

    IF blah blah THEN
    statement
    statement
    statement
    END IF

    If so, does it also support ELSE?

    Or does it just do a a single line like

    IF blah blah THEN statement

  2. #2
    Join Date
    Sep 2006
    Location
    Garland Tx
    Posts
    2,334

    Default

    http://shopbottools.com/ShopBotDocs/software.htm

    See SBP programming handbook…
    I see IF…Then, but not Else.

    SG

  3. #3
    Join Date
    Dec 2015
    Location
    New Jersey
    Posts
    60

    Default

    Thanks. I was looking at the programming handbook. I just found it hard to believe it doesn't have ELSE. Also, it seems I can only execute one command after THEN like this

    IF blah blah THEN command

    I can't do this:

    IF blah blah THEN

    Command
    Command
    Command
    END IF

Posting Permissions

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