DiverDan
Contributor
I have an Integer single dimension array that I need to multiply each element in the array by a factor then display the results into a multi columned listview. The length of the array will vary depending on the user's selection.
Dim NumberArray() = {1,2,3,4} Or Dim numberArray = {1,2} .etc
How can I multiply each element of the array by a new factor then display the results into a multi column listview?
Thanks
Dim NumberArray() = {1,2,3,4} Or Dim numberArray = {1,2} .etc
How can I multiply each element of the array by a new factor then display the results into a multi column listview?
Thanks