Previous Topic: PARENTDN Function--Retrieve Parent in LDAP Tree

Next Topic: QS Function--Retrieve Items from a Query String

PCASE Function--Convert a String to Proper Case

The PCASE function converts the specified string to proper case (initial capital letters).

Syntax

The PCASE function has the following format:

PCASE(source_string)

Parameters

The PCASE function accepts the following parameters:

source_string (string)

Return Value

The PCASE function returns a string.

Example

Return_value=PCASE("framingham, mass")
Return_value="Framingham, Mass")

More information:

LCASE Function--Convert to Lowercase

UCASE Function--Convert to Upper Case


Copyright © 2010 CA. All rights reserved. Email CA about this topic