Difference between revisions of "Manuals/calci/UNDERLINE"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''UNDERLINE( | + | <div style="font-size:30px">'''UNDERLINE(Text)'''</div><br/> |
− | *<math> | + | *<math>Text</math> is the text that needs to be underlined. |
==Description== | ==Description== | ||
*This function is used to underline the given text. | *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. | *Underline is used for emphasis. It is used to mark the important details of the topic. | ||
− | *Argument <math> | + | *Argument <math>Text</math> can be text, numbers, or any special characters like @,&... |
− | *<math> | + | *<math>Text</math> should be entered in double quotes("") for text and special characters. Numbers can be entered directly. |
*Only first argument gets underlined. | *Only first argument gets underlined. | ||
Latest revision as of 16:24, 20 July 2018
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