0
need help with the replace function!!
I get an error on the replace line
output2 := "";
let cr := "<br>";
let lr := "
";
let myText := myRichText;
output := myText;
let cText := myText;
let cText := replace(myText, cr, lr);
let cText := text(myText);
output2 := cText
2 replies
-
Change let myText := myRichText;
to
let myText := raw(myRichText);
Steven
-
thank you. Yes. that works.
Content aside
- Status Answered
- 2 yrs agoLast active
- 2Replies
- 76Views
-
2
Following