Difference between revisions of "Manuals/calci/SUPERSCRIPT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''SUPERSCRIPT(Thing)'''</div><br/> *<math>Thing</math> is a character to be displayed. ==Description== *This function displays the given charact...")
 
 
Line 11: Line 11:
  
 
==Examples==
 
==Examples==
*SUPERSCRIPT(2) = <sup>8</sup>
+
*SUPERSCRIPT(2) = <sup>2</sup>
 
*SUPERSCRIPT("ab") = <sup>ab</sup>
 
*SUPERSCRIPT("ab") = <sup>ab</sup>
 
*SUPERSCRIPT(1..5) = <sup>1,2,3,4,5</sup>
 
*SUPERSCRIPT(1..5) = <sup>1,2,3,4,5</sup>
 
*SUPERSCRIPT(-9,-2) = <sup>-9</sup>
 
*SUPERSCRIPT(-9,-2) = <sup>-9</sup>
 
  
 
==Related Videos==
 
==Related Videos==

Latest revision as of 17:13, 6 April 2018

SUPERSCRIPT(Thing)


  • is a character to be displayed.

Description

  • This function displays the given character slightly above the line.
  • A superscript is a character (number, letter or symbol) that is set slightly 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 super-scripted.


Examples

  • SUPERSCRIPT(2) = 2
  • SUPERSCRIPT("ab") = ab
  • SUPERSCRIPT(1..5) = 1,2,3,4,5
  • SUPERSCRIPT(-9,-2) = -9

Related Videos

How to apply subscript and superscript


See Also


References