GeorgeEllwood
Mechanical
- Aug 22, 2006
- 134
Hello,
Can someone advise me on how to output an array to a text file? The array itself is ~600 x ~700 x 1. Ideally I'd like to output it to a file whilst the data retains it's position, i.e. ~600 columns not 1 column that I then have to go through and manually put back into the original columns.
I've tried *VWRITE but this seems to have limits of 19 parameters, I've tried using *MWRITE but this hasn't worked at all for me. Either giving out lots of ****** or just giving me one result or putting all the results into one column.
Thanks
George
Can someone advise me on how to output an array to a text file? The array itself is ~600 x ~700 x 1. Ideally I'd like to output it to a file whilst the data retains it's position, i.e. ~600 columns not 1 column that I then have to go through and manually put back into the original columns.
I've tried *VWRITE but this seems to have limits of 19 parameters, I've tried using *MWRITE but this hasn't worked at all for me. Either giving out lots of ****** or just giving me one result or putting all the results into one column.
Thanks
George