Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5868 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am building a database of code snippets I use in ecommerce development. I copy them into a FMP text field for storage. When I need one I copy it from FMP and paste it into a file on an Apache server.

UNIX formatted text is pasted into FMP but something else is coming out when it's copied. I'm using BBEdit for the copy-paste.

I'd like to format the FMP endlines for UNIX in these text containers. Anyone know how to do that?

Posted

I had a similar issue when I pasted html into a text field and then later copied from the field and pasted into html editor I use - a lot of chars were added at the end.

I solved the issue by applying a filter to the field. It will remove all chars that are not in the filter.

Filter( Your_Field ; "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+=-[];',./{}|:"<>? " )

This topic is 5868 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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