|
Dictionary object
|
Other links at ASP > Tutorials > Development |
| 1. |
Dictionary object
|
|
|
This tutorial explains basics of the Dictionary object by using two examples: translation of a number from English to Spanish and password protection.
|
| 3. |
Built in ASP Events
|
|
|
There are 8 events available in ASP grouped by Global Events, Class Events, and Transactional Events. This is a nice summary tutorial on how to use them in your applications.
|
| 4. |
ASP Quick Debug
|
|
|
The author writes "When it comes to debugging ASP, you often want to keep track of the variable values throughout the script. This article introduces a procedure that, when invoked, displays all variables in a script along with their values and internal types."
|
| 5. |
Using The Split() Function
|
|
|
Often times it is necessary to take a string and dice it up in order to extract portions to be used for some obscure purpose. Enter the Split() function. Split is a very easy concept to grasp. Decide where you want to split your string and away you go.
|
|
|