Difference between revisions of "Manuals/calci/UNDERLINE"
Jump to navigation
Jump to search
(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 ...") |
|||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''UNDERLINE(text)'''</div><br/> | <div style="font-size:30px">'''UNDERLINE(text)'''</div><br/> | ||
− | *<math>text</math> is the text that needs to be | + | *<math>text</math> is the text that needs to be underlined. |
==Description== | ==Description== |
Revision as of 04:19, 20 April 2017
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
See Also
References