Carriage return in cleanwith() function

Is there a way to authorize the carriage return when using the cleanwith() function?

I tried to include char(10) or char(13) at the end of the "with" parameter, but the result is not what I expected.

Examples:

ri!myText:

"My texte with carriage

return"

cleanwith(ri!myText,"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ "&char(10))

Result > "My texte with carriage return"

cleanwith(ri!myText,"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ "&char(13))

Result > "My texte with carriagereturn"

  Discussion posts and replies are publicly visible