Difference between revisions of "Manuals/calci/ACRONYM"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''ACRONYM(String)'''</div><br/> *<math>String</math> is a text for which you need the acronym for. ==Description== *This function returns first l...")
 
Line 19: Line 19:
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/JIS | JIS ]]  
+
*[[Manuals/calci/SPLITTEXT | SPLITTEXT ]]  
 
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]  
 
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]  
 
*[[Manuals/calci/ISNONTEXT  |ISNONTEXT ]]
 
*[[Manuals/calci/ISNONTEXT  |ISNONTEXT ]]

Revision as of 20:35, 24 May 2017

ACRONYM(String)


  • is a text for which you need the acronym for.

Description

  • This function returns first letter of each word entered to create an acronym.
  • Acronym is often used to refer to any abbreviation formed from initial letters.
  • should be text entered in double quotation marks.

Examples

  1. ACRONYM("North East") = NE
  2. ACRONYM("Graphics Interchange Format") = GIF
  3. ACRONYM("Frequently Asked Question") = FAQ


Related Videos

Acronyms

See Also

References