Difference between revisions of "TextUpperCase"

m (adding doc status category)
Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[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.
+
Returns a text value with all lower case letters replaced by their upper case equivalents.
  
= Declaration =
+
== Declaration ==
  
  TextUpperCase( Text : textual )
+
  TextUpperCase(text: Text)
  
 
= See also =
 
= See also =

Revision as of 01:18, 27 October 2015


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

Declaration

TextUpperCase(text: Text)

See also

Comments


You are not allowed to post comments.