Say I have a text object representing the news. Between each news item is a newline. How do I delete the first news item? I understand I'll need to append the new news item.
Develop games in your browser. Powerful, performant & highly capable.
set text to right(text.text,len(text.text)-find(text.Text,newline)-1)