I would like to be able to size an array (vector) by means of a variable.
Essentially i have input data that i input into a number of vectors, the number of data points, ie rows changes each time, however i can't afford to have blank / zeros due to subsequent calculations.
I'd like to be able...