SteveS
October 3rd, 2001, 10:57 AM
Welcome to my own private hell. What is wrong with this variable declaration?
<%@LANGUAGE="VBSCRIPT"%>
<%
option EXPLICIT
Dim Number as Integer
<p>
<p>
<p>
For some reason I am not allowed to specify the datatype I want my variables. The PC just wants to give me a hard time for no reason right?
<%@LANGUAGE="VBSCRIPT"%>
<%
option EXPLICIT
Dim Number as Integer
<p>
<p>
<p>
For some reason I am not allowed to specify the datatype I want my variables. The PC just wants to give me a hard time for no reason right?