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.

Including "()" i.e. brackets when using the Leftword or Rightword text function.

Featured Replies

Hi there, I have a field call CompanyName. When user enter data into this field, I have script that breaks the data into 4 variables. So for e.g., the user key in Bank Of America , so I have 4 var $Name1=Bank, $Name2=Of, $Name3=America and $Name4="".

The problem is when the input is something like "Bank of America (NY)" and using what I did above I get $Name1=Bank, $Name2=Of, $Name3=America and $Name4=NY.

The last var is puzzling because what I wanted was to also include the brackets i.e.. $Name4= (NY) instead of just "NY"

Hope someone can show me how I can achieve this.

Thank you so much.

I have script that breaks the data into 4 variables.

For what purpose?

what I wanted was to also include the brackets

Do not use those functions but use GetValue ( ) instead.

Something like ( for the forth data ):

Let(

values = Substitute ( CompanyName ; " " ; ¶ );

GetValue ( values ; 4 )

)

The xWords functions recognize all word delimiters, not just space.

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.