
08-03-2013, 10:23 PM
|
 |
مــٌــعلــم
|
|
تاريخ التسجيل: Sep 2010
المشاركات: 1,514
معدل تقييم المستوى: 16
|
|
اقتباس:
المشاركة الأصلية كتبت بواسطة hass****hawy
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 سيكون الكتاب شرحها خطأ.
|
ما المقصود بكلمة it وعائدة على ماذا
|