iNTERFACEWARE Products Manual > Installing and Using Chameleon > What's New in Chameleon? > What's New in Chameleon 5.3? |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Tracing capability has been added for Python scripts If you are using a Python script in a VMD file, you can use the new Python tracing library to display information about specified Python functions while they are running. This can help you debug more complicated scripts. For more information, see Tracing and Profiling Python Script Execution.
Scripted transformation now allows multiple passes over messages Scripted transformation now allows multiple passes over messages to which segments have been added, modified or removed. This is particularly handy when transforming batches of HL7 messages or X12 transaction sets. The reset() method, which is defined for the Segment Iterator object, can now optionally take a message as a parameter. This allows a transformation script to perform scripted transformation on a new or modified message, or on individual parts of a batch message, or on individual Transaction Sets such as in EDI X12 messages. For more information, see Segment Iterator Object.
Microsoft Visual Studio 2010 now supported Chameleon now supports the Microsoft Visual Studio 2010 C# and VB.NET development environment, and also supports the Microsoft Visual C++ 2010 development environment. |