i am using the split function but some of my data is separated by a space some by a tab. I have set it up to recognise spaces but cant figure out how to get both space and tab recognised.
strinarr = linstrin.Split((" ".ToCharArray, StringSplitOptions.RemoveEmptyEntries)
The above works well for spaces.
Visual Basic 2005 Express Edition (from internet)
CHEERS!!!!!!!!!!!!!!!!!!!!!!!
2007-12-30
08:01:49
·
4 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Yeah but how do i do both?
2007-12-30
08:08:56 ·
update #1