{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Left

Extracts the y first characters from the String from Left.

Usage:

Left( x,y )

Parameters:

x The string to extract characters from
y How many characters to extract from the string (going from the Left)

Returns:

String.

Examples:

Left("abcdef",3)  // Returns "abc"
Left("unhgjdssasdlkweuixcna",5)  // Returns "unhgj"

See also:

i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Left