Exporting results in ASCII format
Exporting results in ASCII format
(OP)
Hi,
I am simply modeling a cantilever beam using BEAM188 element. I've created a element table for stress and now I want to be able to export the table results in ASCII format. How can I complete this using commands?
I am simply modeling a cantilever beam using BEAM188 element. I've created a element table for stress and now I want to be able to export the table results in ASCII format. How can I complete this using commands?





RE: Exporting results in ASCII format
With *cfopen you can open a file for writing.
With *vwrite you can write stuff to the file.
With *cfclose you can close the file.