simple message box
simple message box
Rate simple message box
(1(1 Vote))
dim strFName as string
dim strSName as string
dim strFullname as string
msgbox "Hello world"
strFName=inputbox("What is your firstame?")
strSName=inputbox("What is your secondname?")
strFullname = strFName & " " & strSName
msgbox "Hello " & strFullname
'hopefully this will help some new people get started...
'why not try making a code for username and password?
'also visit my site
'http://www.goodhostbadhost.com/
end sub
simple message box Comments
No comments yet — be the first to post one!
Post a Comment