VBA 的语法(可能是 BNF)规范?
我必须维护 Access 2003 VBA 代码的一部分,这不是我的主要编程语言,虽然我非常擅长做常规的事情,但我仍然希望有一个纯粹的语言语法规范。它只是节省了与阅读大量告诉我什么是 for 循环的愚蠢教程相比,要花很多时间。
有没有关于 VBA 语法的资源?我很乐意让它尽可能正式,可能类似于 BNF。我找不到它的官方规格。
I have to maintain a portion of Access 2003 VBA code, which is not my primary programming language, and while I'm pretty solid on doing regular stuff, I would still like to have a pure spec of the language syntax.. It just saves a lot of time compared to reading tons of stupid tutorials that tell me what a for loop is.
Is there any resource on the VBA syntax ? I would be happy to have it as formal as possible, probably something like BNF. I couldnt find an official spec on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请查看 VBA 语言规范 (PDF) MSDN。
Check out VBA Language Specification (PDF) on MSDN.
官方参考是 Microsoft 文档
The Official reference is Microsoft docs