Loading...
 

TypeConvert

TypeConvert

TypeConvert

Stack
Stack Position Description
Stack(In) Top Type name as string
Stack(Out) Top Type as constant

converts a type name given as a character string into a (numeric) type constant.

Stack
Stack Position Description
Stack(In) Top Type constant
Stack(Out) Top Type name as string

converts a type constant into the name of the type (as a character string).

Stack
Stack Position Description
Stack(In) Top one object
Stack(Out) Top Type name as string

returns the name of the class of the object as a string (i.e. corresponds to the statement sequence'Type TypeConvert').