Learn-VBScript

所属分类:collect
开发工具:VBScript
文件大小:0KB
下载次数:0
上传日期:2021-11-12 23:33:42
上 传 者sh-1993
说明:  一个存储库,用于展示我对Visual Basic Script(VBS)编程语言的知识,并继续学习该语言。,
(A repository for showcasing my knowledge of the Visual Basic Script (VBS) programming language, and continuing to learn the language.,)

文件列表:
.editorconfig (1327, 2021-11-12)
AUTHORS (272, 2021-11-12)
CONTRIBUTING.md (244762, 2021-11-12)
COPYINGL (1364, 2021-11-12)
CREDITS (696, 2021-11-12)
DRM-free_label.en.svg (5829, 2021-11-12)
INSTALL (1237, 2021-11-12)
... ...

*** ### Learning VBScript ![/VBSccript_file_format_icon.png](https://github.com/VBSccript_file_format_icon.png) I know very little about VBScript, and I don't know the DotNet version. I only know how to make fake error messages and comments at the moment. #### Visual Basic fake dialog boxes ```vb x=msgbox("Add an error description here", 2+16, "2+16 dialog box") x=msgbox("Add an error description here", 2+32, "2+32 dialog box") x=msgbox("Add an error description here", 2+48, "2+48 dialog box") x=msgbox("Add an error description here", 2+64, "2+64 dialog box") ``` I don't remember what the codes signify, I just use `16` `32` `48` and `64` because it gives a different icon. #### Visual Basic comments ```vb ' This is a comment in VBScript ``` Visual Basic comments are very simple. ***

近期下载者

相关文件


收藏者