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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Identify the problem

Status
Not open for further replies.

Adhyapika

Instructor
Sep 20, 2002
51
US

Someone please help me with this. I stuck here

Question:
You've written an application that stores the number of goods purchased from an online store, and the total value of these goods in application scope. There is something wrong with the code below that updates these values. Identify the problem and describe how you'd fix it.

Application("TotalCount") = Application("TotalCount") + 1
Application("TotalValue") = Application("TotalValue") + 199.95
 
You are an instructor and can't see it?


Bastien

Cat, the other other white meat
 
sounds a bit like coursework.



Chris.

Indifference will be the downfall of mankind, but who cares?
 

I am not a ASP or VBscript expert. I am a basic Instructor for MS word, Excel and Access.

This is mot a course work. I am not getting the answer, may be it is very simple.

Anyway thanks for your great comments!
 
Should we or shouldn't we?


Bastien

Cat, the other other white meat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top