Vb.Left (gb.vb)

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

Returns the Count first characters of a string.

If Length is negative, an error will be raised.