Product: LABELVIEW, CODESOFT
Version: All Versions
|
left(<<string>>, <<num_char>>): Returns the character string extracted from the string argument. This string starts at position one of the string argument and has a length equal the the num_char argument.
Example:
left("Peter McPeepert", 1) = P
left("Peter McPeepert", 5) = Peter
|