Writing Transformations - Converting Types

Different target platforms will almost certainly require different types, so very often you will want a method of converting between different types.
The following macro offers that.

CONVERT TYPE(<destinationLanguage>,<originalType>)
Will convert <originalType>, to the corresponding type in <destinationLanguage> using the datatypes and common types defined in the model.

Where:
• <originalType> is assumed to be a platform independent common type.