mtownbound
Technical User
I'm trying to add bold and a carriage return to a field. The bold works, but the chr(13) isn't.
If I disable the HTML Interpretation then the chr(13) works. What am I missing here?
"Of the " & "<b>"&totext({#RTotal1},0) &"</b>" & {@Was/Were}&
"<b>"&totext({#RTotal1},0)&"</b>" & Chr(13)&"Test"
Thanks!!
If I disable the HTML Interpretation then the chr(13) works. What am I missing here?
"Of the " & "<b>"&totext({#RTotal1},0) &"</b>" & {@Was/Were}&
"<b>"&totext({#RTotal1},0)&"</b>" & Chr(13)&"Test"
Thanks!!