Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
i am trying to use redim preserve to alter the number of rows in an array to field_i. But i get a message informing me that i can only add to the rightmost column. Where i want to add to the number of rows - not columns.ReDim Preserve aryField(Field_i, 3)Is there a way of doing this, or should i just take the array the other way?
i am trying to use redim preserve to alter the number of rows in an array to field_i. But i get a message informing me that i can only add to the rightmost column. Where i want to add to the number of rows - not columns.
ReDim Preserve aryField(Field_i, 3)
Is there a way of doing this, or should i just take the array the other way?