Difference between revisions of "Manuals/calci/ISATOMICSYMBOL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''ISATOMICSYMBOL (String)'''</div><br/> *<math>String</math> is any string value. ==Description== *This function is one of the group in ISFUNCTIO...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''ISATOMICSYMBOL (String)'''</div><br/>
 
<div style="font-size:30px">'''ISATOMICSYMBOL (String)'''</div><br/>
 +
 +
where
 
*<math>String</math> is any string value.
 
*<math>String</math> is any string value.
 +
  
 
==Description==
 
==Description==
Line 6: Line 9:
 
*The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
 
*The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
 
*This function is the tester function atomic symbol.
 
*This function is the tester function atomic symbol.
*In <math>ISATOMICSYMBOL (String)</math>, <math>String</math> is any atomic symbol values.
+
ISATOMICSYMBOL (String)
 +
*<math>String</math> is any atomic symbol values.
 
*Atomic symbol means natural elements all have chemical symbols of one or two letters and some man made elements have three letter symbols.
 
*Atomic symbol means natural elements all have chemical symbols of one or two letters and some man made elements have three letter symbols.
 
*This function will return the result as TRUE when the given string is atomic symbol otherwise will return the result as FALSE.
 
*This function will return the result as TRUE when the given string is atomic symbol otherwise will return the result as FALSE.
Line 12: Line 16:
 
==Examples==
 
==Examples==
 
#ISATOMICSYMBOL("ca") = true
 
#ISATOMICSYMBOL("ca") = true
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=7JiiSPxiuAc|280|center|Atomic symbols}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:05, 4 March 2019

ISATOMICSYMBOL (String)


where

  • is any string value.


Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • This function is the tester function atomic symbol.

ISATOMICSYMBOL (String)

  • is any atomic symbol values.
  • Atomic symbol means natural elements all have chemical symbols of one or two letters and some man made elements have three letter symbols.
  • This function will return the result as TRUE when the given string is atomic symbol otherwise will return the result as FALSE.

Examples

  1. ISATOMICSYMBOL("ca") = true

Related Videos

Atomic symbols

See Also


References