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.

Remove Carriage returns in field

Featured Replies

I suppose something like this might work

but my chr13 is wrong...

I trying to remove those phantom returns in a text field

Substitute ( g_pass_verify ; chr(13) ; "" )

Why not use the actual character for this?

I just capture one out of a text editor, and use that in the searchString.

Lee

Edited by Guest
misread the question

Depending on original source of text it could be a line feed Chr ( 10 )

e.g. Substitute ( text ; [ Chr ( 10 ) ; "" ] ; [ Chr ( 13 ) ; "" ] )

You might try look at the actual content using the following cf which shows each characters asc code in list form:

// codeList ( text )

Let ( [ byte = Left ( text ; 1 ) ;

result = Code ( byte ) & "¶" ;

LR = Length( result ) ;

N = Length ( text ) ];

result &

Case( N > 1 ; codeList ( Right ( text ; N -1 ) ) )

)

  • 2 weeks later...
  • Author

Thanks...

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.