Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

Count down Script

Featured Replies

Hello,

I'll use a script to set a label number for one record. The script is now counting up but i won't count is down.

So it starts for example with 10 and ends with 1

This is the script i'll use:

Loop
  Set Variable ( $i ; $i + 1 ] // that's your loop counter
  Set Variable ( $$copy ; "Copy #" & $i ) // the global variable for your layout
  Print [ No dialog ] // set print dialog to print 1 copy only
  Exit Loop if [ $i = $numOfCopies ]
End Loop
Set Variable ( $$copy ; "" ) // clean-up; you only need the $$ while printing
Set Variable ( $i ; 10 ] //Value is the start number you want to count down from
Loop
  Exit Loop if [ $i = 0 ]
  Set Variable ( $$copy ; "Copy #" & $i )
  Print [ No dialog ]
  Set Variable ( $i ; $i - 1 ]
End Loop
Set Variable ( $$copy ; "" )

Hope this helps!
  • Author

Thanks it working :D

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.