Difference between revisions of "Manuals/calci/UPPER"

From ZCubes Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''UPPER(txt)'''</div><br/>
+
<div style="font-size:30px">'''UPPER(Text)'''</div><br/>
*<math>txt</math>  is the text which we want change in to a uppercase.  
+
*<math>Text</math>  is the text which we want change in to a uppercase.
 +
**UPPER(), converts text to uppercase.
  
 
==Description==
 
==Description==
Line 7: Line 8:
 
*Capital letters:ABCDEF…..,Small letters:abcdef….  
 
*Capital letters:ABCDEF…..,Small letters:abcdef….  
 
*UPPER function will consider only the text, when we are giving any numbers, or any special characters like @,&..  all are ignored.
 
*UPPER function will consider only the text, when we are giving any numbers, or any special characters like @,&..  all are ignored.
*Also we have to give the txt with in double quotas("") or we can use the cell references.
+
*Also we have to give the text with in double quotes("") or we can use the cell references.
 +
 
 +
==ZOS==
 +
*The syntax of  change the text in to lower case in ZOS is <math>UPPER(text)</math>.
 +
**<math>text</math>  is the text which we want change in to a uppercase.
 +
*For e.g.,UPPER("complete")
 +
*upper("Republic Day")
 +
{{#ev:youtube|ybksQDyOKtw|280|center|Lower Case}}
  
 
==Examples==
 
==Examples==
Line 15: Line 23:
 
*UPPER("address:#83,salai street")=ADDRESS:#83, SALAI STREET
 
*UPPER("address:#83,salai street")=ADDRESS:#83, SALAI STREET
 
*UPPER(cool)=Null
 
*UPPER(cool)=Null
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=17hHucGoWxE&t=17s|280|center|Upper Case}}
  
 
==See Also==
 
==See Also==
Line 21: Line 33:
  
 
==References==
 
==References==
 +
[http://en.wikipedia.org/wiki/Letter_case Letter case]
  
  
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''UPPER'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''txt'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''where txt'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">   is the text that is converted to uppercase. </font></font></font>
 
 
 
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
 
<font color="#000000">  </font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">It converts text to uppercase.</font></font></font>
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
UPPER
 
 
 
</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div>
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| class=" " | Column1
 
| class="          " | Column2
 
| class="    " | Column3
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " | word
 
| class="sshl_f" | WORD
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row3
 
| class="sshl_f" |
 
| class="  " |
 
| class="sshl_f" |
 
|- class="even"
 
| class="sshl_f" | Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let’s see an example in (Column1 Row 1)</font></font></font>
 
 
 
[javascript:ToggleDiv('divExpCollAsst_4') <font color="#666666"><font face="Arial, sans-serif"><font size="2">C1R1 = word</font></font></font>]
 
 
 
[javascript:ToggleDiv('divExpCollAsst_4') <font color="#666666"><font face="Arial, sans-serif"><font size="2">I.e=UPPER(C1R1) is WORD</font></font></font>]
 
  
</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 14:15, 4 April 2019

UPPER(Text)


  • is the text which we want change in to a uppercase.
    • UPPER(), converts text to uppercase.

Description

  • This function used to change the lower case letters in to upper case letters.
  • Upper case letters are the alphabetical capital letters and Lower case are the alphbetical small letters.
  • Capital letters:ABCDEF…..,Small letters:abcdef….
  • UPPER function will consider only the text, when we are giving any numbers, or any special characters like @,&.. all are ignored.
  • Also we have to give the text with in double quotes("") or we can use the cell references.

ZOS

  • The syntax of change the text in to lower case in ZOS is .
    • is the text which we want change in to a uppercase.
  • For e.g.,UPPER("complete")
  • upper("Republic Day")
Lower Case

Examples

  • UPPER("total marks")=TOTAL MARKS
  • UPPER("United Kingdom")=UNITED KINGDOM
  • UPPER("Register no is 2347")=REGISTER NO IS 2347
  • UPPER("address:#83,salai street")=ADDRESS:#83, SALAI STREET
  • UPPER(cool)=Null

Related Videos

Upper Case

See Also

References

Letter case