Sentence Case in Classic ASP Script!

Learn how you can make the first letter Capital and others small in this tutorial.

Here is the function with example, copy paste and use it in any of your script

<%

Function makeSentence(arg)
    Dim temp: temp = ""
    If