1,116 bytes added
, 09:53, 20 April 2017
<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 underline the given text.
*Underline is used for emphasis. It is used to mark the important details of the topic.
*Argument <math>text</math> can be text, numbers, or any special characters like @,&...
*<math>text</math> 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.")= <u>Underline the text.</u>
*UNDERLINE("&$#@")= <u>&$#@</u>
*UNDERLINE(1..10)= <u>1 2 3 4 5 6 7 8 9 10</u>
*UNDERLINE("name","address")= <u>name</u>
*UNDERLINE(cool)=Error
==Related Videos==
{{#ev:youtube|L_u9sXm5IP8|280|center|How to underline the text}}
==See Also==
*[[Manuals/calci/CAPITALLETTERS | CAPITALLETTERS ]]
*[[Manuals/calci/ITALIC | ITALIC]]
*[[Manuals/calci/BOLD | BOLD]]
==References==
*[https://en.wikipedia.org/wiki/Font Font]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]