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

in a field called p1::tn1 i want first letter of the word with font1 and characters after 1st should be font2 i wrote script but no success where am i wrong kindly someone help me plz

 Upper(TextSize(TextFont(TextColor(Left ( P1::TN1 ; 1 ); RGB( 0 ; 0 ;0  )); "font1" ) ; 12))  &  Upper(TextSize(TextFont(TextColor(Middle ( P1::TN1 ; 2 ; P1::TN1 ); RGB( 0 ; 0 ;0  )); "font2" ) ; 12))

Try

 Upper(TextSize(TextFont(TextColor(Left ( P1::TN1 ; 1 ); RGB( 0 ; 0 ;0  )); "font1" ) ; 12))  &  Upper(TextSize(TextFont(TextColor(Middle ( P1::TN1 ; 2 ; Length(P1::TN1 )-1); RGB( 0 ; 0 ;0  )); "font2" ) ; 12))

  • Author

success edited few things got what i want thanks a lot doughemi

Wouldn't it be sufficient to do =

Upper (
TextFont ( Left ( TN1 ; 1 ) ; "Font1" )
&
TextFont ( Right ( TN1 ; Length ( TN1 ) - 1 )  ; "Font2" )
)

and apply the rest of the formatting (size and color) at layout level?

 

In any case, there's no point in writing the same thing twice - so if you really need it, do: =

TextSize ( TextColor ( Upper (
TextFont ( Left ( TN1 ; 1 ) ; "Font1" )
&
TextFont ( Right ( TN1 ; Length ( TN1 ) - 1 )  ; "Font2" )
) ; 0 ) ; 12 )

Note that RGB ( 0 ; 0 ; 0 ) is 0.

---
P.S. This is a calculation, not a script.

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.