Difference between revisions of "Manuals/calci/SUBSCRIPT"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''SUBSCRIPT(Thing)'''</div><br/> *<math>Thing</math> is a character to be displayed. ==Description== *This function displays the given character...") |
|||
Line 11: | Line 11: | ||
==Examples== | ==Examples== | ||
− | *SUBSCRIPT(2)= <sub>2</sub> | + | *SUBSCRIPT(2) = <sub>2</sub> |
− | *SUBSCRIPT("**")= <sub>**</sub> | + | *SUBSCRIPT("**") = <sub>**</sub> |
− | *SUBSCRIPT(1..5)= <sub>1,2,3,4,5</sub> | + | *SUBSCRIPT(1..5) = <sub>1,2,3,4,5</sub> |
Latest revision as of 21:57, 26 April 2017
SUBSCRIPT(Thing)
- is a character to be displayed.
Description
- This function displays the given character slightly below the line.
- A subscript or superscript is a character (number, letter or symbol) that is set slightly below or above the normal line of type. It is usually smaller than the rest of the text.
- Argument can be a letter, number, or any symbol.
- should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
- Only first argument gets sub-scripted.
Examples
- SUBSCRIPT(2) = 2
- SUBSCRIPT("**") = **
- SUBSCRIPT(1..5) = 1,2,3,4,5
Related Videos
See Also
References