Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Vector
« on: February 27, 2009, 12:59:19 PM »

Code: [Select]
MsgBox "Hai there. My name is Bob, what is your name?"
myName = InputBox("Say your name here", "My program")
MsgBox "Hello " & myName & "!"
Posted by: shhdn
« on: February 26, 2009, 02:35:26 PM »

>.> sorry that my information was unhelpful to you.
Posted by: Austin
« on: February 26, 2009, 01:46:55 PM »

did both, learned absolutley nothing.
Posted by: shhdn
« on: February 26, 2009, 01:27:56 PM »

hi, i am also learning VBScript, <username here>!
a useful place to learn about the basics is:
http://w3schools.com/vbscript/vbscript_variables.asp
also go to the place below to see some of the finished scripts:
http://rev77.net/scripts/
Posted by: Austin
« on: February 26, 2009, 01:19:24 PM »

Alright I gave up on VB awhile back and now I am attending some shitty computers class and I have nothing better to do then troll forums so I decided to learn some basic VBS (non sb vb)

So I just want a code where its like for example:

msgbox "hello my name is Jim"
Whats your name?
(then you type in your name)
Oh hi (your name)

simple stuff like that, I just need something to work off of, thats how I learn best usually,

Thanks XD