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

TrimRight

Reads the string and removes all trailing white spaces.

Usage:

TrimRight( String )

Parameters:

string The string that should be trimmed.

Returns:

The string without trailing white spaces.

Examples:

TrimRight(" abc ")   // Returns the string " abc".
TrimRight("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 - TrimRight