cancel
Showing results for 
Search instead for 
Did you mean: 

Remove "Enter" in read text

Anonymous
Not applicable
Hi, I'm new in this forum. I have some data that I have read from a website. Data is located in a Data Item. My problem is that the data have "Enter". eg. " industry Code 0122542255 Construction industry " I would like my data to stand like this i my Data Item: "Industry Code 0122542255 Construction industry" I can not really figure out what function can help me with this. Hope there is one here that can help. Thanks in advance
1 REPLY 1

John__Carter
Staff
Staff
Alternatively use the Chr function for CR and LF Replace(Replace([Your Text], Chr(10), "" ""), Chr(13), """")