Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Question about programs

Featured Replies

Posted

When programing an 'action' the program provides 8 options, the first 3 being:

Run (If)

Run Then

Run Else

 

I'm trying to work out what the difference is between the three.

 

Any help appreciated.

 

Thanks,

Wayne

Wayne,

 

Run (If) Runs the code from the top of the program. The Then code will only be executed if the IF conditions are True. The Else code will be executed if the IF conditions are False.

 

Run Then Runs the Then code regardless of the state of the IF conditions.

 

Run Else Runs the Else code regardless of the state of the IF conditions.

 

Hope this helps.

 

Frank

Hello Wayne,

 

Run Then and Run Else are fairly self-explanatory; they run the code in the Then clause or the Else clause, respectively.

 

Run (If) evaluates the If clause and runs either the Then or the Else clause, depending on whether the If is True or False. If the If clause is empty, then the Then clause is run.

  • Author

Thanks for sheding some light on that enigma.

 

Many thanks,

Wayne

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.