I can't make this work.
Posted: Sat Oct 20, 2018 7:01 pm
I have 2 fields and I want to preserve the htmltext AND add one field to the other with an asci code and a return between them.
I have tried all sorts of combinations, but end up stripping the formatting and ending up with plain text.
What am I doing wrong?
I have tried all sorts of combinations, but end up stripping the formatting and ending up with plain text.
What am I doing wrong?
Code: Select all
--put field "PostList" & field "TextStore" & numToChar(176) & return into field "PostList"
put the htmltext of field "PostList" & htmltext of field "TextStore" & numToChar(176) & return into the htmltext of field "PostList"
--set the htmltext of field "PostList" & field "TextStore" & numToChar(176) & return to the htmltext of field "PostList"