Quote Originally Posted by NPassero
When using a List(Of Double) the method to get the length of items is .Count instead of .Length
ArrayList / Lists use Count, Array's, strings etc, use Length
thanks a lot Passero...