Jump 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.

Featured Replies

i've accidentally poseted this in 'define fields', so here it is again:

i'm trying to come up with a way to quote text. i've done the following:

SetField

SetField [quoteText, Substitute(quoteText, "

  • Author

thanks, i'll give that a try.

quote:

Originally posted by stefangs:

i've accidentally poseted this in 'define fields', so here it is again:

i'm trying to come up with a way to quote text. i've done the following:

SetField

SetField [quoteText, Substitute(quoteText, "
  • Author

i've now tried setting up a looping script, but hit a dead end with the following script:

SetField [storeText, origText]

SetField

Loop

SetField

I'm not sure yet what to do about the speed issue, but you could get around the punctuation issue by taking a look at characters instead of words.

Take a look at these two calcs:

LeftWords( Text_Field, 1 )

Left( Text_Field, Position( Text_Field, " ", 1, 1 ) - 1 )

These two calcs return the same informaiton if there is no punctuation after the word (like a period or a comma). But for the text "one, two", the first calc returns "one" and the second calc returns "one,".

To get the length of the current (i.e., last) line is a bit more complex:

Length( Text_Field ) - Position( Text_Field, "

  • Author

thanks chuck!

i'll delve into this one!

Create an account or sign in to comment

Important Information

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

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.