Left(s:Str, n:Int):Str
Get initial (left) part of a string. Returns the first n characters of string s.
If any parameter is EMPTY, returns EMPTY. If n is negative, returns an empty string.
See also: Elementary Functions
Left(s:Str, n:Int):Str
Get initial (left) part of a string. Returns the first n characters of string s.
If any parameter is EMPTY, returns EMPTY. If n is negative, returns an empty string.
See also: Elementary Functions