GetType

Category: Variables
Since engine version: 1.0 OC

Description

Returns the data type of a passed value.

Syntax

int GetType(any Value);

Parameter

Value:
Data of which to determine the type.
See also: C4V_Array, C4V_Bool, C4V_C4Object, C4V_Def, C4V_Int, C4V_Nil, C4V_PropList, C4V_String
PeterW, 2003-06