October 29, 200817 yr 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?
October 29, 200817 yr 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`~!@#$%^&*()_+=-[];',./{}|:"<>? " )
Create an account or sign in to comment