vb.net one dimensional string array manipulation difficulty
- by Luay
Hi,
I am having some problems with manipulating a one dimensional string array in vb.net and would like your assistance please.
My objective is to get 4 variables (if possible) from a file path. these variables are:
myCountry, myCity, myStreet, Filename. All declared as string. The file location is also declared as string. so I have:
Dim…