String Functions VisualBasic Script

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