step clause (n)~ A clause that specifies the amount by which the loop …
페이지 정보
본문
step clause (n)~ A clause that specifies the amount by which the loop counter is incremented each time a For...Next loop is traversed. In the following example Step 2’ is the step clause: For loopCounter = 1 to 100 Step 2’