Mega Code Archive

 
Categories / VisualBasic Script / Data Type
 

StrReverse() Reverses the order of the characters in a string

Sub strDemo14()    Debug.Print StrReverse("Test") End Sub