Hi guys,
If i have a list of strings and i add the contents of a string array to it, using list.addrange(array) then does it copy the last element (that makes the array without any elements added have a length of 1) because i keep getting a null reference exception and have spent the last 3 hours trying to figure out where the null reference is coming from! lol
If it does then is there a way to copy all the elements without the null element at the end of the array?

Thanks for any help