|
|
|
|
|
| | |
Custom ASP Functions
TLdelaySec Function
This function is an easy to use time delay.
IsValidEmail Function
This functions checks for valid possible emails.
GetConfig Function
Make a custom configuration file to use with your ASP scripts.
TLsplit Function
This function was designed by my Co-worker Tim Lasek after I
asked him to make it because of things that I didn't like about the built in
vbscript function called "split". I primarily use it to take arrays passed
from the HTTP HEADER and put them back together, but Tim decided to enhance
it by letting you specify the delimiter and by having the array dynamically
declare itself so that it is always the exact size it needs to be. This
makes this function very versatile. This also handle null values better than
split does and overall I like it better..
|
|
|
|
|
|
|
|
|
|