Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21089

[RESOLVED] Split question

$
0
0
Let's say there is data with one delimiter vbCrlf :

Code:

Jack
Jhon
James
George

it's easy to split this data using code like this:

Code:

entry= Split(data, , vbCrLf, vbBinaryCompare)
But, how i can I split the data that has two delimiters: vbCrlf & Space? Something like this:

Code:

010203 Jack
909090 Jhon
304050 James
506070 George

This example contans "space" and "new line", how can I split them?

Thanks

Viewing all articles
Browse latest Browse all 21089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>