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視覺基本評論非常簡單。