Difference between revisions of "UPPER()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to convert character expression to upper case | Function to convert character expression to upper case | ||
Line 8: | Line 4: | ||
==Syntax== | ==Syntax== | ||
− | UPPER(<expC>) | + | UPPER(<expC> | <memofield>) |
==See Also== | ==See Also== | ||
− | [[DESCEND()]], [[ISLOWER()]], [[ISUPPER()]], [[LOWER()]], [[PROPER()]] | + | [[DESCEND()]], [[ISLOWER()]], [[ISUPPER()]], [[LOWER()]], [[PROPER()]], [[STRTOLOWER()]], [[STRTOUPPER()]] |
==Description== | ==Description== | ||
− | The UPPER() function converts a character expression | + | 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. |
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
+ | |||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:String Data]] | [[Category:String Data]] | ||
[[Category:String Data Functions]] | [[Category:String Data Functions]] |
Latest revision as of 16:56, 28 October 2009
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("Recital") RECITAL
Products
Recital Server, Recital