i have tried several ways to accomplish this with no success...

i am API'ing text from a chatroom, and storing it into a buffer.

a little later i am API'ing text from the same chatroom, and storing it into
a new buffer...

what i am trying to accomplish is taking the OLD buffer, and deleting it from
from the NEW buffer, so only the NEWEST CHAT is left.

what is holding me up is when the chatroom text is full, and begins dumping
old text making room for new text... my code farts to work

was using the .indexof and .remove functions...

is there any better ways of doing this???