You are currently browsing for
Instructions Tutorials
 | 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... |
 | If...Then...Else / For...Next Instructions ASP ... If...Then...Else / For...Next Instructions If....Then...Else The If....Then...Else instructions sequence is very simila... different kind of scripting languages. Let s check an example. % AA="water" If AA="water" Then response.write ("I ... |