The PCASE function converts the specified string to proper case (initial capital letters).
The PCASE function has the following format:
PCASE(source_string)
The PCASE function accepts the following parameters:
source_string (string)
The PCASE function returns a string.
Return_value=PCASE("framingham, mass")
Return_value="Framingham, Mass")
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |