

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


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 "/"
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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
サインインしてコメントを残してください。