I need to loop through an array and populate a string in the following way
First --> string = array(0) + array(1) + array (2)
Then --> string = array(1) + array (2)
Then --> string = array(2)
How can I accomplish this if the length of the array is dynamic? I am using vb.net Thank you!
.Length