Each time Visual Basic encounters the Next statement, it increments the counter by step and returns to the For statement. Again it compares the counter to end, and again it either executes the block or terminates the loop depending on the result. This process continues until the counter passes end or an Exit For statement is executed.
كلمة it هل هى عائدة على Next أم For
لأنها لو عائدة على كلمةFor سيكون الكتاب شرحها خطأ.
|