VB 6 For Loop
The For loop is another simple loop structure, which is different from other loops like Do loop and While Loop because it specifies a range before the loop could start.The syntax for the For loop is given below.SyntaxLet us discuss the For loop structure.For – keyword indicating the type of loop structure.index – a variable … Read more