VBA 的语法(可能是 BNF)规范?

发布于 2024-08-07 14:01:58 字数 178 浏览 9 评论 0原文

我必须维护 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回眸一笑 2024-08-14 14:01:58

请查看 VBA 语言规范 (PDF) MSDN。

Check out VBA Language Specification (PDF) on MSDN.

青芜 2024-08-14 14:01:58

官方参考是 Microsoft 文档

The Official reference is Microsoft docs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文