12-01-2015 06:40 AM
Is there an easy way to replace all linefeed's in a string?
Solved! Go to Solution.
12-01-2015 06:44 AM
Yes, there is. It's called "Search and Replace String" and can be configured to replace all linefeeds in a single call.
Norbert
12-01-2015 06:45 AM
I'm trying to, but do you really need to make a loop??
12-01-2015 06:47 AM
As i said, a single call will do. The function has a boolean input called "replace all?(F)"......
Norbert
12-01-2015 06:49 AM
Great ![]()