G
Guest
Hi,
I wrote the following VB.NET code:
dim str as string()
dim test as string = "C:\test\test\test.doc"
str = test.Split("\")
At this point, str contains 4 members - but how can I delete/remove one of
them? Is it possible to convert a String() array to a 'real' Array?
Thanks
Peter
I wrote the following VB.NET code:
dim str as string()
dim test as string = "C:\test\test\test.doc"
str = test.Split("\")
At this point, str contains 4 members - but how can I delete/remove one of
them? Is it possible to convert a String() array to a 'real' Array?
Thanks
Peter