asp classic - What is the function of the "With" keyword -


Considering the code given below, what does the "with" keyword do? I am not very familiar about this, and I am not sure of its purpose.

This is a short story ... anything together ... with the block will be something As if something has been attached in front of it.

Ex:

  with the request. The form ["xxx"] = "yyy" ["aaa"] = "BBB" and end  

is equivalent to:

  request. Form ["xxx"] = "yyy" request Form ["AAA"] = "BBB"  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -