
Content
Social
| Remove Carriage return, line feed from text field |
|
|
| Written by Bruno Grange |
| Wednesday, 03 September 2008 00:00 |
|
One database we work on feeds another database. This database requires single line of text with no carriage returns or line feed characters. Linefeeds are stored as ascii character 13 and then ascii character 10. I tried using the code @replacesubstring(NewIntExtn; @char(13) : @char(10) ;"") in the Input translation formula for the field but it did not work. So I left it as @trim(NewIntExtn)
In the end I put in the query save lotusscript: 'Remove linefeed in field NewIntExtn Related Articles: |

