It looks like the default Edit control maximum character limit is 30000 characters. Is there a systematic way to delete the oldest line to give room for the newest line in that 30000 character buffer? I didn't find any functions specific for this and thought doing stuff like sending CTRL+HOME, SHIFT+PGDN, DEL, CTRL+END would be kind of cheezy. I don't really want to continually increase the maximum text length. This will mostly be for a short status history thing for a GUI front end. It