Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

c# to vb .net (2005)

how to write the following code in vb .net (2005)
what this FOR LOOP is for?
for (;;)
{
//do something
}
Please, guide me.
Thanks
Javfarary
[186 byte] By [Javfarary] at [2007-11-11 10:04:08]
# 1 Re: c# to vb .net (2005)
Do
'Do Something
Loop
David Anton at 2007-11-11 20:48:36 >
# 2 Re: c# to vb .net (2005)
OK. so it's only for the endless loop. thanks
Javfarary at 2007-11-11 20:49:36 >