Hello everyone :-)
I have Word Documents I update via a webservice.
I send the text to find and the text to replace with variables in a Workflow.
The texts have to be without the carriage return character.
I tried the Control Chars I found in the documentation "Workflow Expression Parser" : Cr, CrLf, Lf, NewLine and finally Chr(13) & Chr(10) (both and one by one).
But each time, the texts returned by the variables are with this carriage return character I don't want.
I have to get the new line with the reversed P, as when you type "Enter" in a Word document.
Any help will be greatly appreciated.
I attach 2 files :
- "Text with carriage return character" - a text returned by a variable, using one of the expression parsers I talked about (all gave me this character)
- "Text with correct new line" - the text I want, with the reversed P, but which expression do I have to use ?
Kind regards,
Gisèle