Manuals/calci/TYPE
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