Hi Folks,
I have this bit of code which works fine:
Dim components() As String
components = Regex.Split("\.",Parts)
If I don´t know the number of elements in the variable "Parts" - how can I determine the number/size of the array components() ?
Any hints are welcome.
Fatman
I have this bit of code which works fine:
Dim components() As String
components = Regex.Split("\.",Parts)
If I don´t know the number of elements in the variable "Parts" - how can I determine the number/size of the array components() ?
Any hints are welcome.
Fatman