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.

Seperate number from text

Featured Replies

I have a field called Pattern::FlaskSize and the contents of the field are dimensions of a box 18x18, 21x20, etc.

I need to populate CastingQuote::DimCopeL & CastingQuote::DimCopeW for the Length & Width of the box.

I have this script step that doesn't seem to be working:

Set Variable [$Flaskwidth; Value:LeftWords(Pattern::FlaskSize ; 1)]

Set Field [CastingQuotes::DimCopeW; $FlaskWidth]

But it returns the whole data string 18x18. I'm assuming that since there are no spaces between 18 x 18 that it is interpeting 18x18 as 1 word.

Hi the LetWords function does not work with the character 'x'. It will take the whole value as one word.

Try:

Set Variable [$Flaskwidth; Value: Left(Pattern::FlaskSize; Position ( Pattern::FlaskSize;"x" ; 1 ; 1 )]

Set Variable [$Flasklength; Value: Right(Pattern::FlaskSize; Length(Pattern::FlaskSize ) - Position ( Pattern::FlaskSize;"x" ; 1 ; 1 ))

Set Field [$FlaskWidth]

Set Field [$Flasklength]

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.