hungnguyen
Programmer
Hi helper,
How do you write the if/else selection in ASP code.
<% if thing = 1 then %>
Something
<%else if thing = 2 then %>
Something else
<%else if thing = 3 then %>
Do this
<%else%>
End
<%end if%>
I have a code similar to this one but it says to need the "end if." I do not know the syntax of if/else selection in ASP, so please help me if you can.
Thanks
Bye
Hung C. Nguyen
How do you write the if/else selection in ASP code.
<% if thing = 1 then %>
Something
<%else if thing = 2 then %>
Something else
<%else if thing = 3 then %>
Do this
<%else%>
End
<%end if%>
I have a code similar to this one but it says to need the "end if." I do not know the syntax of if/else selection in ASP, so please help me if you can.
Thanks
Bye
Hung C. Nguyen