PrepAway - Latest Free Exam Questions & Answers

Category: 1D0-430

Exam 1D0-430: CIW Application Developer

What function does the ‘if’ statement perform in this code?

Consider the following ASP code:
<%
If QuantityStatus = None Then
ObjectContext.SetAbort
Response.Write “Sorry, there is not sufficient quantity on hand to process your sale.”
Else
ObjectContext.SetComplete
Account = Request.Form(“AccountIn”)
Salesupdate = CurrentSales.PostIt(AccountIn)
End if
%>
What function does the ‘if’ statement perform in this code?


Page 4 of 14« First...23456...10...Last »