Unable to replace \n

Hey everybody, can anyone help me with this?


As you can see in the above, \n is not replacing after using replace block.
Label1 is actual text label2 after replacing.
So, any suggestions?

Try using a timer.

Sometimes \n is not a line feed, but just a \ followed by a n.

Three things to try

  • Apply the replacement to the variable directly to factor out the label component
  • Replace JOIN('\', 'n')
  • Check the multiline attributes of those components, for side effects

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.