07-17-2024, 12:54 AM
It's functionally the same, where is that quote from?
They might be talking about using `REDIM` to resize existing arrays, in which case yes it is kinda expensive for larger arrays, mostly if you use `_PRESERVE`. If you're just replacing all your DIM statements with REDIM though then that wouldn't apply since you wouldn't have any resizes happening after the array is first declared.
They might be talking about using `REDIM` to resize existing arrays, in which case yes it is kinda expensive for larger arrays, mostly if you use `_PRESERVE`. If you're just replacing all your DIM statements with REDIM though then that wouldn't apply since you wouldn't have any resizes happening after the array is first declared.