Home > lang > typeof 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
TypeOf
Type = TypeOf ( Expression )

Returns the type of an expression as an integer value.

The return value is one of the following constant:

Expression type Return value
NULL gb.Null
Boolean gb.Boolean
Byte gb.Byte
Short gb.Short
Integer gb.Integer
Long gb.Long
Single gb.Single
Float gb.Float
Date gb.Date
String gb.String
Variant gb.Variant
Object gb.Object

See also

SizeOf, Datatype Functions, Predefined Constants