Difference between revisions of "Manuals/calci/STRIKETHROUGH"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''STRIKETHROUGH(text)'''</div><br/> *<math>text</math> is the text that needs to be striked through. ==Description== *This function is used to s...") |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''STRIKETHROUGH( | + | <div style="font-size:30px">'''STRIKETHROUGH(Text)'''</div><br/> |
− | *<math> | + | *<math>Text</math> is the text that needs to be striked through. |
==Description== | ==Description== | ||
*This function is used to strike through the given text. | *This function is used to strike through the given text. | ||
*Strikethrough is a typographical presentation of words with a horizontal line through their center, resulting in <s>text</s>. Contrary to rejected or censored or sanitized texts, the words remain readable. | *Strikethrough is a typographical presentation of words with a horizontal line through their center, resulting in <s>text</s>. Contrary to rejected or censored or sanitized texts, the words remain readable. | ||
− | *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 striked through. | *Only first argument gets striked through. | ||
Latest revision as of 16:16, 20 July 2018
STRIKETHROUGH(Text)
- is the text that needs to be striked through.
Description
- This function is used to strike through the given text.
- Strikethrough is a typographical presentation of words with a horizontal line through their center, resulting in
text. Contrary to rejected or censored or sanitized texts, the words remain readable. - 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 striked through.
Examples
- STRIKETHROUGH("Strike through the text.")=
Strike through the text. - STRIKETHROUGH("&$#@")=
&$#@ - STRIKETHROUGH(1..10)=
1 2 3 4 5 6 7 8 9 10 - STRIKETHROUGH("name","address")=
name - STRIKETHROUGH(cool)=Error
Related Videos
See Also
References