VB.NET Tutorial 3 - Variables (Visual Basic 2008/2010)
Uploader Comments (TeachMeComputer)
Top Comments
-
@PANOSPATISIA Ironically I was born and live in England. So I'll speak my language however I please.
Video Responses
All Comments (127)
-
@MCneun Yes, you're right, but that is just in general. Exist near 15 kind of varibles, i am not sure about the real number, but is almost 15. Anyway the diferences, sometimes, are not so big
-
"Variables are one of the most important parts of programming that you will ever learn" - TeachMeComputer.
ROGER THAT!
-
how do you add 2 strings together??
-
Hey thanks for making these great videos. I have a question on variables, if i wanted to for example imput a word, and the program would search my word as a definiton on some sort of dictionary website, how would i do that?
-
so what is the differ of integer on string
-
@TeachMeComputer Your accent is awesome. A sight better than the weezy American kids' who post (I'm American, don't call me racist/accentist).
-
@MCneun Kind of, but Integer means a integer value like 1 or 3
Dim age As Integer = 35
-
@MCneun yes
-
Maybe to make it easy, u can always do something before the name u "dim", like by string u do the s and then uppercase ur name, by integer u use i , arrays , arrs ,....
Like: Dim sMessagecontent As String = "Variables are cool"
2nd : Dim iMynumber as Integer = 10
-
Hye ..Is there a way to display two message boxes one with String output like "variables are cool "and the number 10 in another box ?
i think Dim means Dimension......!
Akiii001 5 months ago 4
@Akiii001 Dim means Declare In Memory, or that is how I was taught it.
TeachMeComputer 4 months ago 13