I need a simple job to be implemented in Ansys APDL.
Writing a parameter in a text file. I use following macro.
*cfopen,test,txt
*vwrite,par
(F3.1)
*cfclos
When I open the test.txt I see just 3 stars. Like
***
I could not figure out the problem. I appreciate for help!!!