Do While...Loop Home » ASP » VBScript Looping Logic » Do While...Loop <%@Language=VBScript%> <%Option Explicit %> Do While...Loop Statements <% Dim a a = 1 Do while a <= 10 Response.Write(a) Response.Write("") a = a + 1 Loop %> Output 1 2 3 4 5 6 7 8 9 10 Read more » Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS
Blogger Comment
Facebook Comment