Forum Discussion
4 Replies
- MarkShnier__You
Qrew Legend
try this logicvar text ReplaceN =SearchAndReplace([Description of Service], "\n", "<br>")
SearchAndReplace($ReplaceN, "\r", "<br>")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- JonathanHeuerQrew CadetThanks Mark. I tried your suggestion and doesn't work. When you try saving the formula QB takes out the second escape.
------------------------------
Jonathan Heuer
------------------------------- MarkShnier__You
Qrew Legend
Can you try this
var text ReplaceN =SearchAndReplace([Description of Service], "\\n", "<br>")
SearchAndReplace($ReplaceN, "\\r", "<br>")
ie try a double backslash
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JonathanHeuerQrew CadetThanks for suggestion Don. No hablo PHP but perhaps I can open in some text editor and try the search/replace feature.
------------------------------
Jonathan Heuer
------------------------------