I am working on something that adds lines to a multiline textbox using a timer with specific variables. The start of each line has the date (Datetime.Now). Sometimes the lines ONLY have the date and I need them to be deleted. All of the other lines have the date and some other stuff. Sorry for the horrible description....I need the line with the date only to be deleted without the lines with everything on them having the date deleted from them also. Thanks.