F fatman Active Member Licensed User Longtime User May 1, 2014 #1 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
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
F fatman Active Member Licensed User Longtime User May 2, 2014 #4 Thank you both! Perhaps I should stop coding if it gets too late... Fa Upvote 0