Answered String with Tab Delimited Data

Bernie

Well-known member
Joined
Aug 13, 2007
Messages
98
Programming Experience
3-5
Is there any VB command that will pick out individual substrings out of a tab delimited string?

I'm getting back a master string from a system call to a device. Within this string are embedded multiple strings delimited by tab charactors. VB has tools for dealing with tab delimited files, but I don't know about tab delimited strings.

Any ideas?

Bernie
 
Last edited:
Thanks Bob!

That will do it nicely. (One thing I hate about writing in multiple languages, I forget all of these nice little touches.)

Bernie
 
Back
Top