findtypecode
findtypecode |
Purpose
Synopsis
int findtypecode(XPRMcontext ctx,const char *name);
Arguments
ctx
|
Mosel's execution context
|
name
|
Name of a type
|
Return value
The type code or
-1 if the type cannot be found.
Further information
Each external type (user defined or coming from a module) is identified by a type code. This routine returns the code corresponding to a type name.
Related topics