9.62
LEFT - Extracts the leftmost part of a str
Arguments are: string,length.
Argument(s)
2, String Integer
Result type
String
Aliases
LEFTSTR
See also
RIGHT
Category
String handling
Example:
C:> ASET -p X := LEFT('ABCDE',2) X=AB