Hi people,
Does anyone know of way to use variables within a #include statement??? What I want to do is, based on the value of a variable pulled from the QueryString, I want to include certain files.
I originally had a Select...Case statement to construct the variable myFileName, but the list was getting long.....
It would be great if the following would work!!
<!-- #include file=" & myFileName & "-->
But it doesn't work, as I have tried it.
Any Ideas???????
Cheers.
Does anyone know of way to use variables within a #include statement??? What I want to do is, based on the value of a variable pulled from the QueryString, I want to include certain files.
I originally had a Select...Case statement to construct the variable myFileName, but the list was getting long.....
It would be great if the following would work!!
<!-- #include file=" & myFileName & "-->
But it doesn't work, as I have tried it.
Any Ideas???????
Cheers.