Great tutorial. Simple enough for beginners to follow!
@23Drezzy12 жыл бұрын
The reason why presents the line of code like this: (username = "Sam" or username = "Tim") is because he wants everything in the parentheses evaluated before evaluating the And that comes after. If he leaves the parentheses out then the order of operations would take control over which parts of the code gets evaluated first. I hope that helps
@HexicGamingV211 жыл бұрын
These tuts are great! I'm gonna attempt C++ after this, or maybe C#
@biomechatronics961211 жыл бұрын
which syntax coresponde to the case sensitivity
@cancan46011 жыл бұрын
I made a simple calculator, it asks you if you want to multiply, substract, divide or add and then takes two numbers. It works with decimals because I used doubles :)
@23Drezzy12 жыл бұрын
Evaluating means to decide whether not the expressions in the parentheses are true.
@whitelion69127 жыл бұрын
Hello, where can I find some exercises to practice all of this ?
@pji64949 жыл бұрын
What is the difference between the assignment operator ( = ) and the logical operator equal ( == ) ? Is it equal by means in Visual Basic. Hope you get to reply me. Thanks Sam!
@_thekonrad8 жыл бұрын
== = =
@sir_beon22778 жыл бұрын
Kondad is that you do the dab
@Aaron-xv5qt4 жыл бұрын
why do you need to set the variables as nothing?
@TecHmoDzFx12 жыл бұрын
Could anyone help me out, I get all the video apart from when he places bracket/parentheses around username = "Sam" or username = "Tim" could someone please explain why he has done that. Thanks in advanced to anyone that helps. :)
@cesrai11 жыл бұрын
i wrote the If statement without the Brackets and it worked just fine
@jacobgabriel309711 жыл бұрын
is there a difference between "or" and "Or" in visual basic?
@tayler600013 жыл бұрын
Love the tutorials. Btw you said neer the end that if the username was Sam or joe it would let you in but you ment to say Sam or Tim... I would add a annotion saying that If youHaveTime = True lol!
@lub09413 жыл бұрын
Question: When are we going to the form stuff?
@TheDJRockstar113 жыл бұрын
@lub094 Ep 36 But i recommend watching all of them because everything before Ep 36 is basic stuff that is used in almost every GOOD program.
@southparkclips2213 жыл бұрын
Visual basic doesn't have "Not" Logical operator?
@coolman24511 жыл бұрын
what is the point in changing the string statements into a boolean with the open/close brackets? Ex: If username = “name” Or username = “name” string statement Ex: If (username = “name” Or username = “name”) changes it into a boolean statement. I tried both ways and it still works? please get back to me so i can understand
@abiddine13 жыл бұрын
is visual basic case sensitive?
@RahilWazirAli12 жыл бұрын
very interesting tutorials!
@Arko985813 жыл бұрын
thanks for these nice tuts :)
@TecHmoDzFx12 жыл бұрын
Ok thankyou for replying, but what do you mean by evaluating?sorry and thanks again for the reply :D
@nikolasolider11 жыл бұрын
What about Windows Application Forms tut series? Ha?
@FCAzkalz2 жыл бұрын
Who's here in 2022??
@Reema00611 жыл бұрын
This was very helpful!!!!
@djuroue113 жыл бұрын
Great video,thanks :)))
@AbdulRahmanASamad11 жыл бұрын
Good for you!
@pabloemilescober63877 жыл бұрын
is this vb7
@ivandrofly11 жыл бұрын
THANKS!
@HexPlays13 жыл бұрын
dude i nailed this on the F***ing head
@iKaVaPerv10 жыл бұрын
Man this is so boring, why did they change all syntax? couldnt it be more like java,c or c++ :'(
@Brax19829 жыл бұрын
iKaVaPerv Visual Basic is based on Quick Basic which was released 30 years ago. It's more that they didn't change the syntax.
@Espiration13 жыл бұрын
@lub094 Answer: Complete the tutorial and go make a real program.