Hello,i have question there are times when the number of the transport in the document is divided into 2 lines, how to make them be on the same line and separated, for example, by the sign "/"
Document Definition new line field
Was this article helpful?
0 out of 0 found this helpful
Comments
2 comments
I have used the following script inside an autocorrect script:
Value.Text = Value.Text.Replace("\r\n", "/").Replace("\r", "/").Replace("\n", "/");
No promises, but this has worked for me in the past.
Adrian Enders before I asked the question, I used the same thing, but in the rules and there it didn’t work out that way. But after your answer, what should have been done elsewhere, everything was fixed, thank you very much
Please sign in to leave a comment.