Manuals/calci/TYPE

From ZCubes Wiki
Revision as of 21:46, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax


Examples


'''''''  ''''

Description


 

This function gives the type of value.


TYPE

 

TYPE(V)

if  V is type that shows

Number 1

Text 2

Logical value 4

Error value 16




Column1 Column2 Column3 Column4
Row1 PETER 2 20 1
Row2
Row3
Row4
Row5
Row6

 

Let's see an example

Let B2 = Peter

I.e.=TYPE(B2) is 2

Let D2 =20

I.e.=TYPE(D2) is 1