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

TrimLeft

Reads the string and removes all leading white spaces.

Usage:

TrimLeft( String )

Parameters:

string The string that should be trimmed.

Returns:

The string without leading white spaces.

Examples:

TrimLeft(" abc ")  // Returns the string "abc ".
TrimLeft(" abc")   // Returns the string "abc".

See also:

SEP IT AG
sep.ch verwendet Cookies und ähnliche Technologien, um das Nutzererlebnis auf unserer Webseite zu verbessern und unseren Datenverkehr zu analysieren. Mehr Informationen in unserer Datenschutzerklärung


Help - TrimLeft