Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

LEFT function

Description

Left portion of string function. LEFT(str,n) returns the first n characters of str. If n equals 0, then the LEFT function returns an empty string. If n is equal to or more than the length of the string str, the function returns the complete string.

Example

LEFT("Position",3) returns "Pos"

Calculator

LEFT(  ,  

Related functions