Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Use of Message and printf macros › Reply To: Use of Message and printf macros
October 17, 2017 at 7:45 am
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