Strip Non-Numeric Characters in ASP/VBScript
I have been asked for this little snippet of code by several users, so here it is. It does something that sounds really simple, but “classic” development languages from Microsoft don’t seem to have a built in function for it. Let’s say that you are righting some sort of application that requires certain fields to contain numbers only.… Read More »