My previous message was somewhat hasty. Now that I've read their forum thread, I see it regards a user-coded ReDim Preserve implementation. Why would anyone code their own one? Evidently BBC4W doesn't offer it out-of-the-box?
It's tremendously difficult to implement a non-leaking all-in-one ReDim Preserve for strings using multi-purpose kernel allocators of all sorts or C-language malloc/calloc/realloc only. If I were the language author, I would be addressing this issue within the scope of the language's managed memory pool and an associated garbage collector in order to discourage the users trying to re-invent the wheel using questionable means at hand.
Discouragement is what Richard is obviously trying to convey. But does BBC4W offer anything better instead?