String Functions VisualBasic Script

Sub StrReverseExample()
    Debug.Print StrReverse("This string looks very funny when reversed!")
    'Returns !desrever nehw ynnuf yrev skool gnirts sihT
End Sub