June 30, 200520 yr Newbies 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
July 1, 200520 yr 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
Create an account or sign in to comment