Jump to content

Action after a Repeat


RickL66

Recommended Posts

Posted

I am trying to figure out how to run an action after I do a repeat in my Then program. For example:

 

If
        Something Happens

Then
        Sent email
        Repeat 4 times
             Set Scene 'Notifications' Fast On
             Set Scene 'Notifications' Fast Off
        Do something else AFTER but not in the Repeat <-------

Else
        - No Actions - (To add one, press 'Action')

Is it possible? I can't seem to indent it back to the left to be "out of the loop".

 

Thanks,

Rick

Posted
A "Repeat 1" is the correct coding to end the preceding Repeat. Repeat 0 did not work.

 

Saw that in the wiki, should have corrected you... :)

Posted

As far as I can tell "repeat 0 times" is a non-functional command. If there is some use for it, I don't know what it would be. I would think that "0" should not be an option at all since it just confuses people.

Guest
This topic is now closed to further replies.

×
×
  • Create New...