>>17
Hey, ASP might totally suck donkey cocks, but least it has some semblance of consistency in its function naming. Contrast PHP, which has strlen vs. str_split vs. stripos vs. stripslashes ("strip OS"? "string IP slashes"?)... or str_shuffle vs. just shuffle (why not array_shuffle?), eleven (!) different functions to sort an array instead of having one function with a flag parameter to handle the variants, etc. etc. etc.