Manuals/calci/LETTERS

Revision as of 04:14, 26 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''LETTERS(Text)'''</div><br/> *where <math>Text</math> is the text string. ==Description== *This function displays individual letters from the st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LETTERS(Text)


  • where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Text} is the text string.

Description

  • This function displays individual letters from the string.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Text} can be text, special characters or numbers.


Examples

  1. =LETTERS("TREE") = T R E E
  2. =LETTERS("56789") = 5 6 7 8 9
  3. =LETTERS(["Go","Green","!"]) = G o G r e e n !
  4. =LETTERS(100) = Error


Related Video

How to add leading Zeros


See Also


References

  • CHAR