typeId Function

Returns the numeric ID for the specified typeName.


int typeId(int typeName)

Parameter

Description

typeName

tbd

The following example assigns the numeric ID of the Extended Data Type MyOwnType to the variable MyTypesId.

int MyTypesId;
;
MyTypesId = typeId(MyOwnType);

Community Additions

ADD
Show: