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.

Adding Spaces Between Characters

Featured Replies

My database includes records for Korean "clients." I would like to find a calculation that will add a space between each character in their names.

For example, go from this ;) 안중태

To this: 안 중 태

Anyone know a way to do this?

Thanks in advance for your input.

Lisette

I am under the vague impression that the RomanZenkaku() function is supposed to do something like that.

If not, you'll need a custom recursive function (requires the Advanced version).

  • Author

I just used the left, right and middle functions in a calculation. That worked for me.

In case anyone is curious.

Left(field name)&" "&Right(field name)&" "&Middle(field name; 2 ; 1)

I presume you mean =

Left ( field name ; 1 ) & " " & Middle ( field name ; 2 ; 1 ) & " " & Right ( field name ; 1 )

That will work as long as your field contains EXACTLY 3 characters.

  • Author

oh yes,

I typed that up in a hurry. Records have 2-3 characters in that field. So it works out.

If it's 2 characters, then it won't work correctly.

But if it's at most 3 characters, you could use =

Trim ( Left ( text ; 1 ) & " " & Middle ( text ; 2 ; 1 ) & " " & Middle ( text ; 3 ; 1 ) )

Edited by Guest

  • Author

Thank you very much. Exactly what I was looking for.

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.