Consider an array of CSV rows obtained through FILESCAN and LINE INPUT#. SQL is the simplest way to show my intentions:
/*
Being able to run SQL against an array.... Might be a good library idea?
*/
The deleted rows will never be replaced by anything, so I want to be able to REDIM PRESERVE to the smaller size. This is not only to save memory but also because the UBOUND is used elsewhere.
Code:
DELETE FROM MyArray WHERE CSVcolumn12 <> 68
Being able to run SQL against an array.... Might be a good library idea?
*/
The deleted rows will never be replaced by anything, so I want to be able to REDIM PRESERVE to the smaller size. This is not only to save memory but also because the UBOUND is used elsewhere.
Comment