qube99 Posted October 29, 2008 Posted October 29, 2008 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?
Anuviel Posted October 29, 2008 Posted October 29, 2008 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`~!@#$%^&*()_+=-[];',./{}|:"<>? " )
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now