VB6 (Microsoft Access)的所有内置数据结构是什么?我知道有数组,但是还有其他更现代的数据结构吗?
发布于 2009-05-27 14:45:39
它有一个Dictionary
:Does VBA have Dictionary Structure?
和Collection
:VBA: Resources for Python Programmer
发布于 2009-05-27 16:10:08
断开连接的记录集也很有用:syncing two lists with VBA
发布于 2009-05-28 18:33:01
Bruce McKinney的优秀书籍Hardcore Visual Basic包含了一些用于创建链表、堆栈等的代码,作为使用VB6进行基于对象的编程的一部分。这本书现在可以在free online上买到。
https://stackoverflow.com/questions/916109
复制相似问题