Difference between revisions of "Manuals/calci/UPPER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
*Also we have to give the text with in double quotes("") 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 Section==
+
==ZOS==
 
*The syntax of  change the text in to lower case in ZOS is <math>UPPER(text)</math>.
 
*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.  
 
**<math>text</math>  is the text which we want change in to a uppercase.  

Revision as of 14:10, 3 June 2015

UPPER(text)


  • is the text which we want change in to a 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

See Also

References

Letter case