4D v17

TYPE

Home

 
4D v17
TYPE

TYPE 


 

TYPE ( value ) 
Parameter Typ   Beschreibung
value  in Value to evaluate

The TYPE function returns the type of value as a number.

Returned types are listed below:

Type of valueReturned number
Number1
DateTime object1
TimeSpan object1
Text2
Boolean4
Error16
Array64

Use the TYPE function when the execution of another function depends on the type of value contained in a specific cell. The TYPE function is particularly useful when calling functions that accept different types of data.

TYPE(G15)

TYPE(42) //1

TYPE("String") //2

TYPE(TRUE) //4

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Formeln in 4D View Pro

 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D View Pro Handbuch ( 4D v17)