We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation Fluids Use of Message and printf macros Reply To: Use of Message and printf macros

Arun
Ansys Employee

The Message statement in Windows is a macro that fulfils the same role as printf statements in UNIX/ Linux. However, in the Interpreted type and Compiled type, it must be used properly in the following manner: OS: Windows Use the printf statement in Interpreted type Use the Message statement in Compiled type OS: UNIX/Linux Use the printf statement in Interpreted type Enable both Message and printf statements in Compiled type