So, i'm learning vbs and i'm playing with code to learn more, but there's an error:
Option Explicit
Dim x
Dim lol
Dim lol2
Dim lol3
Dim lol4
x=msgbox("oof" ,vbYesNo+vbSystemModal, "only oof")
if x = vbYes Then
lol=msgbox("more oofs then",vbCritical+vbOKCancel+vbDefaultButton1, "hehe")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.