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

UpperCase

Read the string, converts it to uppercase and returns the uppercase version of this string.

Usage:

uppercase( String )

Parameters:

string The string which should be converted to uppercase.

Returns:

The string in uppercases.

Examples:

uppercase("abc");	// Returns the string "ABC".
uppercase("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 - UpperCase