I have a loop that runs through a Rich Edit, based on " " and NewLine$ being delimeters. It adds each element as a line in a list. In the end, I'm left with a list containing each word in the Rich Edit. The thing is, if there are any line breaks (Newline$) in that Rich Edit, the element count and the list line count are out of sync. To fix this, I need a blank line to be added into the list whenever NewLine$ delimeter is found. I can't seem to make this work. I'm questioning if NewLine$ doesn't work as a delimeter.
Does anyone have ANY idea what could be done? This issue is causing me some major grief.