For . . . Each . . Next loop in VBScript
There will be some situations where we do not know the number of iterations, but we need to execute a block of code for all the elements in an array (its a data type) or for all the objects. Here, array and object concepts are new but having look at the following script makes it …