Vb.Right (gb.vb)

Static Function Right ( String As String, Count As Integer ) As String

Returns the Count last characters of a string.

If Length is negative, an error will be raised.