Mega Code Archive

 
Categories / VisualBasic Script / String Functions
 

Right() Returns a substring from the right side of a string

Sub strDemo6()    Debug.Print Right("Test", 2) End Sub