Do...loop Select...case Instructions
Do...Loop / Select...Case instructions ... instructions: % mynumber=0 Do While mynumber10 response.write("HelloHR ") mynumber=mynumber 1 Loop % In this exampl... instructions defines a response text and an increment of the variable "mynumber". In the example mynumber will be in...