Is there a way to append the new string instead of rewriting the entire text?
For example, in WhatsApp, if I write a question and then receive an answer later, I can append the answer to the original text using a code like "BBCodeView_response_to_your_question.txt = BBCodeView_response_to_your_question.txt & chr(10) + response."
The problem is that I also receive links, which I need to treat as such with the prefix "". This can be difficult, especiall... advice? [ATTACH type="full"]140163[/ATTACH]
For example, in WhatsApp, if I write a question and then receive an answer later, I can append the answer to the original text using a code like "BBCodeView_response_to_your_question.txt = BBCodeView_response_to_your_question.txt & chr(10) + response."
The problem is that I also receive links, which I need to treat as such with the prefix "". This can be difficult, especiall... advice? [ATTACH type="full"]140163[/ATTACH]