Community

Document Definition new line field

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 "/"

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Adrian Enders

    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.

    1
  • Avatar
    Vladimer

    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

    0

Please sign in to leave a comment.