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.

Separate word into letters?

Featured Replies

Hi. I was wondering how to separate a word into a combination of letters.

For example, I have the word "ORANGE" in one text field and I want to automatically separate it into a combination of three letters... like "ORA" (in one field); "RAN" (in another field); "ANG" (in another field) and "NGE" (in another field)

ORA-RAN-ANG-NGE (ORANGE)

Any help is appreciated.

Edited by Guest

Where are you going with this? That is, why are you doing this?

Check out the Text functions Left ( ), Middle ( ) and Right ( ).

Depending on what you're trying to accomplish, how about a calculated repeating field =

Let([

thisRep= Get(CalculationRepetitionNumber);

text = table::Field;

three = Middle(text;thisRep;3)

result = If(Length(three) = 3; three)

];

result

)

You'd need to use the Extend() function when referring to the text field. But I'd rather wait and see what's the purpose here.

  • Author

what Im trying to do is to separate a word into many 3-letters-combination as the text lenght allows.

TextField1= ORANGE

Field2= ORA

Field3= RAN

Field4= ANG

Field5= NGE

Field5= empty (there is no more 3-letter combination)

Next, I´m going to create a search script that will search for any 3-letter-combination match.

SearchField= *"ORA"*

SearchField= *"RAN"* and so..

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.