I have some data that I would like to graph, the catch is the data will not have the same amount of coloums each time, so is there a way I can dynamically create dim arrdata(5, 1 to 5).
I've tried dim arrdata(i, to 1 to i) which just gives me an error "constant expression required"
I've tried dim arrdata(i, to 1 to i) which just gives me an error "constant expression required"