Right, so it's on another application you are working on?
As it was said before you can't just:
If someCondition Then
SSInclude this
ElseIf otherCondition Then
SSInclude that
End If
Well you can, if the 2 includes don't conflict with each other, but it's bad doing so anyway, I find the best way to do this, if they are small includes, is to use XML. In the XML file you'll have your code, then you need to read each line of XML into an ASP array, then discharge the array with (Response.Write aspArr(i)) inside your If conditions accordingly.
Nice one xeerex, loop through it 1 mil times, maybe he will do it.
Edited by theSCIENTIST