>> dim fi as new ElfDataFields( s )
>
>> if fi.movenext(7) then
>> MsgBox fi // "split function"
>> end if
>
>> any good?
>
> No good for the purposes of the original request.
> He was trying to split the string into words, not lines.
OK. I realised that after the thread turned out saying it was about
spaces and not lines after all.
In that case, it would be this:
dim fi as new ElfDataFields( s, " " )
if fi.MoveNext(7) then
MsgBox fi
end if
--
http://elfdata.com/plugin/
"String processing, done right"
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>