Manuals/calci/UNDERLINE

From ZCubes Wiki
Revision as of 17:24, 20 July 2018 by Devika (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UNDERLINE(Text)


  • is the text that needs to be underlined.

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