Do Until...Loop Home » ASP » VBScript Looping Logic » Do Until...Loop <%@Language=VBScript%> <%Option Explicit %> Do Until...Loop Statements <% Dim a a = 1 Do Until 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