replace a carriage return linefeed with a space in DTL?
Would this replace a carriage return linefeed with a spacein a DTL? $REPLACE(string,"\X0D0A\",$CHAR(32))
Product version: IRIS 2022.1
Discussion (1)0
Comments
This worked. $REPLACE(string, $CHAR(13,10)," ")