Manuals/calci/STRIKETHROUGH

From ZCubes Wiki
Revision as of 05:26, 20 April 2017 by Swapna (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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

How to strikethrough text


See Also

References