Manuals/calci/UNQUOTE

From ZCubes Wiki
Revision as of 21:07, 19 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''UNQUOTE(Thing)'''</div><br/> *<math>Thing</math> is the text to be written without quotes. ==Description== *This function is used to display t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UNQUOTE(Thing)


  • is the text to be written without quotes.

Description

  • This function is used to display the entered text in plain text format, i.e removing the quotes if any.
  • Quotation marks are written as a pair of opening and closing marks.
  • Quotation marks, also called quotes, quote marks, quotemarks, speech marks, inverted commas or talking marks, are punctuation marks used in pairs in various writing systems to set off direct speech, a quotation, or a phrase.
  • 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 is displayed without quotes.

Examples

  • UNQUOTE("I am 'reading'.") = I am reading.
  • UNQUOTE("'*'First") = *First
  • UNQUOTE("'name'","'address'") = name


Related Videos

How to use quotation marks


See Also


References