On 4/8/07, Ryan Dary <[EMAIL PROTECTED]> wrote: > The "space" char is not an end-of-line char, nor is the end-of-line char > a space char. The function is working properly.
Yes, I recognized that in another response to my original post. I was confused by only being able to view a single line of text in the array viewer in the debugger. > If you're trying to > separate chunks of a string based on "whitespace" then you'll have to > walk through the string yourself, or stick to regular expressions or > something. In my opinion it would be much easier to simple add a space after every EndOfLine in your source string with the ReplaceAll function. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
