So, I know how to circumvent this issue, but the method used is... more space-consuming than I'd like. That method being creating new texts with nothing but a line break and a double-quotation ["] in their respective boxes. So you basically have
Edittext$("quote")+"Hello, how are you?"+Edittext$("quote")+" asked John."+Edittext$("br")+Edittext$("quote")+"Good,"+Edittext$("quote")+" replied Bob."
to achieve
"Hello, how are you?" asked John.
"Good," said Bob.
It's a little longer than I think it should be? So I was wondering if there was some other method introduced in MMF2 (I have Developer, if that matters) that I wasn't aware of that could make this simpler. Thanks much.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.