Difference between revisions of "TextUpperCase"

 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[category:Text Functions]]
+
[[Category:Text Functions]]
 
+
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
Returns a text string with all lower case letters replaced by their upper case equivalents.
+
 
+
==TextUpperCase(text)==
= Declaration =
+
Returns a text value with all lower case letters in «text» replaced by their upper case equivalents.
 
 
TextUpperCase( Text : textual )
 
 
 
= See also =
 
  
 +
== See also ==
 
* [[TextLowerCase]]
 
* [[TextLowerCase]]
 
* [[TextSentenceCase]]
 
* [[TextSentenceCase]]
 +
* [[Text functions]]

Latest revision as of 19:30, 23 March 2016


TextUpperCase(text)

Returns a text value with all lower case letters in «text» replaced by their upper case equivalents.

See also

Comments


You are not allowed to post comments.