Newbies dstefani Posted June 30, 2005 Newbies Posted June 30, 2005 Hello, I have a large amount of records that have HTML in them, and I'd like to strip out all of the line ending charaters. Any suggestions on the best way to do this? Thanks, - dstefani
Wim Decorte Posted July 1, 2005 Posted July 1, 2005 put a carriage return in a global text field. Then run a scripted substitute to replace the field containing the HTML code by itself but substituting the global field for "". something like: Set Field[sourcefield; substitute(sourceField, globalReturn, "")] Make a backup first
Recommended Posts
This topic is 7243 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