Powerbuilder 语言文档
在哪里可以找到实际 PowerBuilder 语言的文档。我指的是当您从库画家的右键单击菜单中选择“编辑源”时获得的代码类型。不是您通常编写的代码。
Where can I find documentation for the actual PowerBuilder language. I am referring to the kind of code you get when you select "Edit Source" from a right-click menu on the library painter. Not the kind of code you normally write.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
PowerScript(PowerBuilder 中使用的语言)已在 PB12 中进行了扩展,但应与以前的版本兼容。 PowerScript 语法采用 ANTLR 语法,因此从它创建文档应该相当容易。如果这已经完成,我不确定,但我会向编译器人员提及(目前开发团队正忙于 PB12 的最后阶段)。
The PowerScript (which is the language used in PowerBuilder) has been expanded in PB12 but should compatible with previous versions. The PowerScript syntax is in ANTLR grammar so it should be fairly easy to create a documentation from it. If this has been done yet I am not sure but I will mention it for the compiler folks (at the moment the dev team is very busy with the end phases of PB12).
在编辑源代码时,您不会看到有关 PowerBuilder 语法语言的官方文档。大多数使用它的人都必须通过反复试验才能找到答案。以前曾在新闻组中询问过有关语法文件的问题,以便可以为其构建解析,但从未提供过。这是谈论它的帖子
我相信 PowerBuilder 的下一个版本将从该语法转向更基于 XML 的格式(并从 PBL 作为二进制文件转向基于文本的格式)。
There is no official documentation on the PowerBuilder syntax language that you see when you do Edit Source. Most that work with it have just had to use trial and error to figure it out. It has been asked before in the newsgroups about a syntax file so a parse could be built for it, but never provided. Here is a post talking about it
I believe the next version of PowerBuilder will be moving away from that syntax to a more XML based format (and moving from PBL's as binary files to a text based format).
这是文档 http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc37772.1250/html/pbgs/CHDFGFBFA.htm(在目录中选择 PowerScript 参考)
Here is the documentation http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc37772.1250/html/pbgs/CHDFGFBFA.htm (choose PowerScript Reference in table of contents)