Horje
do while not vb.net Code Example
do while not vb.net
Dim y As Integer = 1
'Do the action while the condition is not true

'add 1 to y while y is not equal to 10
Do While Not y = 10
	MsgBox("Y value = " & y)
	y += 1
Loop




Vb

Related
visual stuiod not recognising desgined labels Code Example visual stuiod not recognising desgined labels Code Example
vba html document reference Code Example vba html document reference Code Example
vba multiple optional arguments Code Example vba multiple optional arguments Code Example
vbnet revrese the order of character in string Code Example vbnet revrese the order of character in string Code Example
do until vb.net Code Example do until vb.net Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7