STRTOUPPER()

From Lianjapedia
Revision as of 12:27, 8 December 2009 by Helengeorge (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to convert character expression to upper case


Syntax

STRTOUPPER(<expC>)


See Also

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


Description

The STRTOUPPER() function converts a character expression, <expC>, 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

? strtoupper("Recital")
RECITAL


Products

Recital, Recital Server