Do...loop Select...case Instructions
|
Popularity: (215)
Tags: asp select instructions case loop Link: Visit It >> |
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...