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.
Since: PCC 0.99.2, PCC2 1.99.8
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.
Since: PCC 0.99.2, PCC2 1.99.8