Manuals/calci/UNDERLINE

From ZCubes Wiki
Revision as of 04:53, 20 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''UNDERLINE(text)'''</div><br/> *<math>text</math> is the text that needs to be changed to bold font. ==Description== *This function is used to ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UNDERLINE(text)


  • is the text that needs to be changed to bold font.

Description

  • This function is used to underline the given text.
  • Underline is used for emphasis. It is used to mark the important details of the topic.
  • Argument can be text, numbers, or any special characters like @,&...
  • should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
  • Only first argument gets underlined.

Examples

  • UNDERLINE("Underline the text.")= Underline the text.
  • UNDERLINE("&$#@")= &$#@
  • UNDERLINE(1..10)= 1 2 3 4 5 6 7 8 9 10
  • UNDERLINE("name","address")= name
  • UNDERLINE(cool)=Error


Related Videos

How to underline the text


See Also

References