Difference between revisions of "Manuals/calci/CAPITALLETTERS"
Jump to navigation
Jump to search
Line 12: | 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