Unknown quantites are usually dealt via Dynamic Arrays.
Once fpCount count is known, for instance, then:Code:Dim fitPoints() As Double Dim fpCount as Integer Dim fpCountBound as Integer
Code:fpCountBound = (fpCount * 3) - 1 Redim fitPoints(fpCountBound)




Reply With Quote

Bookmarks