Learn VBScript
1.0.0

我对VBScript一无所知,也不知道dotnet版本。
我目前只知道如何发出虚假的错误消息和评论。
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" )我不记得代码表示什么,我只是使用16 32 48和64因为它给出了不同的图标。
' This is a comment in VBScript视觉基本评论非常简单。