Topic awaiting preservation: ASP If - Then Statements???? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 06-13-2003 23:37
In ASP can you have an IF satement start in the middle of another IF statement. Here is an example: |
Nervous Wreck (II) Inmate From: |
posted 06-13-2003 23:49
Never Mind....posed and tested the page and it works perfect. Thanx |
Paranoid (IV) Inmate From: everywhere |
posted 06-14-2003 21:11
If you're going to be nesting IF statements like that, then it's a very good idea to indent the parts between the IF and ENDIF for each statement. Makes you code easier to look at and easier to spot problems in. |