As a former VB user I always used the 'option explicit' line to be sure all my variables are correct. This should work in asp, but it doesn't with my code... Is there any reason it would not work? I get the following error:
'The option explicit option is unknown or invalid'
This is the code I use at the top of my page:
<%
@LANGUAGE="VBScript"
Option Explicit
%>
'The option explicit option is unknown or invalid'
This is the code I use at the top of my page:
<%
@LANGUAGE="VBScript"
Option Explicit
%>