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.