answersLogoWhite

0

What is Loop IN VB?

User Avatar

Anonymous

12y ago
Updated: 1/18/2023

it means malathi

User Avatar

Chanel Huels

Lvl 13
2y ago

What else can I help you with?

Related Questions

How does VB determine when to stop looping?

VB does not determine that at all. Programmer can give loop break instructions. Break command will break loops programatically.


What is determinate loops in vb?

repeating the number of operation a fixed number of times is called determinant loop.........


What is do while loop in VB 6?

Structure: do (while(expression) or until(expression)) . . . loop (while(expression) or until(expression)) This is called a loop in VB and it is used to do something more than one times. It may be used without any of the parameters "while" or "until" but in such case you have to make your code exit of the loop or most likely your program is going to stop responding. The while parameter is used when we want the code in the loop to be executed WHILE the expression is True. Example: variable = variable + 1 The until parameter is used when we want the code in the loop to be executed until the expression gets True. Example: variable = variable + 1


Can you make vb in vb?

Yes it is possible, most things are in VB


What is the difference between do while and do until loop in vb programming?

Do while and Do until are interchangeable, and they take the opposite condition. Do While executed the body of the loop while (condition=true), and Do until executes body of loop until (condition=true). For example, if I was doing a Loop to say, while the check box is checked, display a message box (Never do this btw, it's just an example) I could either say Do While (MyCheckBox.Checked = True) Loop or Do Until (MyCheckBox.Checked <> True) Loop


What is the abbreviation of verb?

vb or vb


What the abbreviation of verb?

vb or vb


How you make VB?

you dont make vb vb is visual basics and you make stuff in it


What are viva questions in vb?

viva question for vb


Is VB 6.0 and VB 2010 are same?

No. VB 6.0 is a much older version of Visual BASIC, dating back to 1998. VB 2010 is a modern version.


Where you write VB code for your application?

form1.vb


What is use of in vb?

well there is lot of thing you can use in the vb