Hi everyone!
I’m trying to:
txt2:=@ReplaceSubstring(txt;(“.”+@NewLine):(“!”+@NewLine):(“?”+@NewLine);(“…”+@NewLine):(“!!”+@NewLine):(“??”+@NewLine));
this one doesn’t work.
?
Hi everyone!
I’m trying to:
txt2:=@ReplaceSubstring(txt;(“.”+@NewLine):(“!”+@NewLine):(“?”+@NewLine);(“…”+@NewLine):(“!!”+@NewLine):(“??”+@NewLine));
this one doesn’t work.
?
Subject: @ReplaceSubstring not working
Seems to work fine for me as you posted it. I tested it in an input translation formula. Where are you using the formula?
Subject: txt2 := @ReplaceSubstring(txt; (“.” : “!” : “?”) + @NewLine); (“…” : “!!” : “??”) + @NewLine);