Jay1b Posted September 8, 2003 Posted September 8, 2003 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? Quote
Administrators PlausiblyDamp Posted September 8, 2003 Administrators Posted September 8, 2003 probably just do the array the other way round. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Jay1b Posted September 8, 2003 Author Posted September 8, 2003 Thats what i done in the end. Cheers. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.