Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: snaegs99
  • Content: Threads
  • Order by date
  1. snaegs99

    Declaring & Initializing Variables

    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...

Part and Inventory Search

Back
Top