Hi All,
I hope you can help me... I am very new to ASP and I am trying to declare a variable and initialize the variable to 0. The following is what I've tried in the body of my code:
<% Dim scID %>
<% scID = 0 %>
scID= <% =scID %>
when it displays on the screen scID has a null value. I've tried initializing it as a string, but it was still null. Any help would be greatly appreciated!
~Sarah
I hope you can help me... I am very new to ASP and I am trying to declare a variable and initialize the variable to 0. The following is what I've tried in the body of my code:
<% Dim scID %>
<% scID = 0 %>
scID= <% =scID %>
when it displays on the screen scID has a null value. I've tried initializing it as a string, but it was still null. Any help would be greatly appreciated!
~Sarah