Hello,
I simply want to know how to declare variables in one line instead of using 2 like so:
<%
Dim Name
Name="Dave"
%>
I have seen stuff somewhat like this:
<%
Dim Name As String "Dave"
%>
But I'm sure that, that is not correct.
I would appreciate any explanation or just a posting of a brief code declaring Strings and Integers. I thank you in advanced.
Regards,
Jonathan
I simply want to know how to declare variables in one line instead of using 2 like so:
<%
Dim Name
Name="Dave"
%>
I have seen stuff somewhat like this:
<%
Dim Name As String "Dave"
%>
But I'm sure that, that is not correct.
I would appreciate any explanation or just a posting of a brief code declaring Strings and Integers. I thank you in advanced.
Regards,
Jonathan