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

Trim

Reads the String and removes all leading and trailing white spaces.

Usage:

Trim( String )

Parameters:

String The string that should be trimmed

Returns:

A the String without leading and trailing white spaces.

Examples:

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

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 - Trim