Difference between revisions of "UPPER()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 19: Line 19:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:String Data]]
 
 
[[Category:String Data Functions]]
 
[[Category:String Data Functions]]

Revision as of 07:01, 4 February 2013

Purpose

Function to convert character expression to upper case

Syntax

UPPER(<expC> | <memofield>)

See Also

DESCEND(), ISLOWER(), ISUPPER(), LOWER(), PROPER(), STRTOLOWER(), STRTOUPPER()

Description

The UPPER() function converts a character expression <expC> or memo <memofield> to upper case. This function is particularly useful with index expressions, as when the FIND key is pressed in forms, a search string typed in upper case will match both upper and lower case characters stored in the table.

Example

? upper("Lianja")
RECITAL