Quantcast
Channel: VBForums - ASP, VB Script
Viewing all articles
Browse latest Browse all 688

Microsoft VBScript compilation error: Expected 'End' What is wrong with the code?

$
0
0
sInput = InputBox("Enter your name")
a=MsgBox("You entered: " & sInput , 4+32 , "Is that what you want entered?")

if a = vbyes then

b=msgbox("thanks" , 0+16 , "thanks")

If a = vbNo Then

c=msgbox("retry" , 5+64 , "retry")

If c = vbRetry Then

sInput = InputBox("Enter your name")
a=MsgBox("You entered: " & sInput , 4+32 , "Is that what you want entered?")

if a = vbyes then

b=msgbox("thanks" , 0+16 , "thanks")

If a = vbNo then

c=msgbox("retry" , 5+64 , "retry")

Else

end if

Viewing all articles
Browse latest Browse all 688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>