VB6 的 IComparable 排序等效项
有没有人遇到/创建过 VB6 中对象集合的通用排序的体面实现?
如果是这样,有人愿意提供代码或链接吗?
Has anyone encountered/created a decent implementation of generic sorting of collections of objects in VB6?
If so, anyone care to provide code or link?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我来说很有效。
请注意,我不是作者。函数标题中提到了原始来源,但该网站现在似乎已经消失了。
让它运行的部分是 VB 鲜为人知或经常被忽视的
CallByName
命令。This one does the trick for me.
Please note that I'm not the author. The original source is mentioned in the Function header, but that site seems to be gone by now.
The part to get it going is VB's little known or often overlooked
CallByName
command.