For...Next Home » ASP » VBScript Looping Logic » For...Next <%@Language=VBScript%> <%Option Explicit %> For...Next Statements <% Dim a a = 1 for a = 1 to 10 step 2 Response.Write(a) Response.Write("") Next %> Output 1 3 5 7 9 Read more » Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS
Blogger Comment
Facebook Comment