Skip 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.

Spaces will not be removed

Featured Replies

I thought I was getting the hang of this stuff but obviously not

 

file attached.  trying to remove spaces and they will not remove.  I know they are spaces because I can backspace one by one and they disappear.  But this is from clipboards sent in by my people which I cannot control.  I do not want to remove each space manually through 85 records.  I even unstored the calculations but it does not help.  I am losing my mind.  I tried both version 11 and 13 and neither will work.


Oh and I used script at first but same results.  I want to do this in script.

Untitled.fp7.zip

I know they are spaces because I can backspace one by one and they disappear.
 
That's no reason to assume they are spaces; you can backspace one by one with any character, and they disappear. In fact, they are not spaces, but non-breaking spaces, so try:
 
Substitute ( copy ; Char ( 160 ) ; "" )

It isn’t spaces, use the substitute function

 

 

Substitute ( copy ; "        " ; "" )

To clarify,  Lee copied and pasted the non-break spaces from the original field into his Substitute function.  If you decide to do this, document this with a comment for future use. comment's (the responder in the thread) suggestion is kind of self-documenting.

  • Author

Every response helped.  Using Comment's calculation, one space remained on some records in the batch and a few remained with Lee's example.  Seems I had both non-break and regular in some of them.  So I learned by the examples to make a regular space and create a calculation to find its code then I could use both in the substitution with code and even that I could copy a single character of the non break and copy single regular space and use those singly in the substitute.  

 

Doug you make a good point about documenting what they represent if copied.  I like using the code approach so it removes all of them singly and if a mix I can identify each type but I will still need to document what they are.  so Code 32 is regular space I found out.  I remember reading about hidden characters but it sure hit home here.  Thanks everyone for solving it for me.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.