Can I do this in asp ?
<% dim strName="xyz" %>
Is is permitted to initiazed variable during declaration in
asp using
VB Script ?
I am getting an error message.
One more proble
<dim a,b
a=1+2
b="xx"
response.write(a+b)
%>
I am getting error on the highlighted line
Thanks in advance
vin