Update:Code available and developed further on GitHub
A substantial amount of my day to day work is spent maintaining a legacy VB6 codebase.
Unfortunately I also create new features for our users on slightly less ancient platforms.
This has the unwanted side effect that back in the land of VB6 i miss some of the language features from the newer platforms.
The feature I miss the most is probably an efficient way of working with collections.
In C# there's linq, in most functional languages there are som variant of map/reduce functionality.
In VB6 you have loops.