> dim fi as new ElfDataFields( s, " " )
> if fi.MoveNext(7) then
> MsgBox fi
> end if
Just downloaded your plugin to test.
if fi.MoveNext(8) then
MsgBox fi
end if
produces the same string the OP was complaining about, two words with two
embedded endOfLines.
I think what he really wanted was a function to do the equivalent of
Split( ReplaceLineEndings( s, " " ) )
--
Steve Garman
Using REALbasic Professional on Windows XP Pro
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>