Home / comp / gb.vb / vb / left 
Vb.Left (gb.vb)
Syntax
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 raise.