News

Visual Basic 2005 supports one more loop type: the While... End While loop. This loop does nearly the same things as the Do... Loop, but uses different syntax. The Do... Loop is more widely accepted ...