VB.NET Tutorial 17 - Do Until (Visual Basic 2008/2010)

preview_player
Показать описание
The Do Until 'loop' is very similar to the Do While, but there are differences. This tutorial will teach you how to create a Do Until 'loop' and give an example of how it can be used in an application.

For more information, check out the website:
Рекомендации по теме
Комментарии
Автор

I already knew this, but it' s helpful !! keep it up mate!

LazarRedDevil
Автор

Thanks for loop tutorials i got clear idea about loops but one suggestion is could you pls share the difference between these loops as i could see they are doing same only change in syntax. for specially for for loop would it be possible that we could add count by 2 or more number instead of always adding it by 1 by default.

vinayak
Автор

I don't know for sure, but I think it makes a difference in really advanced programming

chiragjain
Автор

@SADcoda031 they do have a lot of differences, but yes they look very similar :P

suupertramp
Автор

how do i add other number's to the do until ? like if i wanted it to do it until -5 or something like that ? would i have to make a whole other for loop ? Thanks.

predxene
Автор

Our teacher told us to use Static instead of Dim. Is there a difference?

KoSMoGreanan
Автор

Excuse me Sir. need an assistance for LOOPING a Animation or rather an example of continues move(same place) of an object . ASAP

sgpouchmanuel
Автор

i don't get it what's the diffrence betwen: do while, do unless and for operations

cynexxus
Автор

How would I make it do something until I click another button?

Bahookers
Автор

Why can't i use num< 5

viralsampat
Автор

please tell me where can i download free visual basic.. send me message

jhepzz
Автор

Just a suggestion
num += 1
instead of
num = num + 1

mholmes
Автор

hes using 2008.. i dont think it works in that version...

mwnuke