hi
I want the msgbox to display sample.ini. For this i need the last value of the splittted array. I know that in another language var[var[0]] would equal to final split, but it does not seem to work in vb. So what equals in vb to final array split?
vb Code:
Dim vArr As Object vArr = Split("C:\NetGame\Common\sample.ini", "\") MessageBox.Show(vArr(0))
Edit: Thanx.





Reply With Quote