Difference between revisions of "Manuals/calci/CAPITALLETTERS"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''CAPITALLETTERS()'''</div><br/> *<math>text</math> is the text which we want change in to a uppercase. ==Description== *This function used to ...") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''CAPITALLETTERS()'''</div><br/> | + | <div style="font-size:30px">'''CAPITALLETTERS()'''</div><br/> |
− | |||
==Description== | ==Description== | ||
Line 8: | Line 7: | ||
*The function should be given as CAPITALLETTERS(). | *The function should be given as CAPITALLETTERS(). | ||
*CAPITALLETTERS function will ignore any input. | *CAPITALLETTERS function will ignore any input. | ||
− | |||
==Examples== | ==Examples== | ||
Line 14: | Line 12: | ||
*CAPITALLETTERS(23)=ABCDEFGHIJKLMNOPQRSTUVWXYZ | *CAPITALLETTERS(23)=ABCDEFGHIJKLMNOPQRSTUVWXYZ | ||
*CAPITALLETTERS("a")=ABCDEFGHIJKLMNOPQRSTUVWXYZ | *CAPITALLETTERS("a")=ABCDEFGHIJKLMNOPQRSTUVWXYZ | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=17hHucGoWxE|280|center|Alphabet}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/SMALLLETTERS | SMALLLETTERS ]] | ||
+ | *[[Manuals/calci/LOWER | LOWER ]] | ||
+ | *[[Manuals/calci/UPPER | UPPER]] | ||
+ | |||
+ | ==References== | ||
+ | [https://en.wikipedia.org/wiki/Letter_case Alphabet] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:24, 4 March 2019
CAPITALLETTERS()
Description
- This function used to display the alphabets A to Z in upper case letters.
- Upper case letters are the alphabetical capital letters.
- Capital letters:ABCDEF…..
- The function should be given as CAPITALLETTERS().
- CAPITALLETTERS function will ignore any input.
Examples
- CAPITALLETTERS()=ABCDEFGHIJKLMNOPQRSTUVWXYZ
- CAPITALLETTERS(23)=ABCDEFGHIJKLMNOPQRSTUVWXYZ
- CAPITALLETTERS("a")=ABCDEFGHIJKLMNOPQRSTUVWXYZ
Related Videos
See Also
References