What is a variable?


Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed.

Showing Answers 1 - 3 of 3 Answers

To store information we use variables.
A variable declared inside a procedure is created and destroyed every time a procedure is executed.
A variable declared outside can accessed and changed by any scrips in the ASP file.
There are two types namely session variales and application variables.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions