@ToLowerCase

@TOLOWERCASE changes the characters in a string to lower case.

DTP Type:

@TOLOWERCASE can be assigned to a DTP of type member, members, dimension, dimensions, string, or password.

Syntax:

@TOLOWERCASE(String)

Parameter:

Parameter Description
String Design-time prompt or text

Example:

[TOLOWERCASE_Str]=@TOLOWERCASE([String1])

Where:

  • [TOLOWERCASE_Str] is a DTP of type string that is not a checked prompt.

  • [String1] is a DTP of type string that is a checked prompt.

Assume that the parameter is as follows:

String: "Testing for Today"

In this example, [TOLOWERCASE_Str] returns "Testing for Today"